Skip to content

Commit a7c9f62

Browse files
committed
try removing crazy-max from publish ci job
1 parent cb14f94 commit a7c9f62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ jobs:
247247
uses: jwalton/gh-docker-logs@v2
248248

249249
publish:
250+
permissions:
251+
contents: read
252+
packages: write
253+
name: Build and publish Docker images
250254
# needs: [pre-commit, unit-tests, simulation-tests, integration-tests, integration-tests-historian]
251255
runs-on: ubuntu-latest
252256
if: github.actor != 'dependabot[bot]'
@@ -280,9 +284,6 @@ jobs:
280284
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
281285
type=edge
282286
283-
- name: Expose GitHub Runtime
284-
uses: crazy-max/ghaction-github-runtime@v3
285-
286287
- name: Build Push
287288
run: |
288289
/usr/bin/docker buildx bake \

0 commit comments

Comments
 (0)