Skip to content

Commit afd46a4

Browse files
committed
Bugfix
1 parent 2695593 commit afd46a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-dockerfile.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
run: utils/devel/test_docker_image.sh '${{ github.repository }}:latest'
182182

183183
- name: Push image to registries
184+
id: push-image
184185
if: github.event_name != 'pull_request'
185186
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
186187
with:
@@ -234,6 +235,9 @@ jobs:
234235
runs-on: ubuntu-latest
235236
needs: [build-dockerfile]
236237
if: github.event_name != 'pull_request'
238+
permissions:
239+
contents: read
240+
packages: write
237241
steps:
238242
- name: Checkout
239243
uses: actions/checkout@v4

0 commit comments

Comments
 (0)