We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2695593 commit afd46a4Copy full SHA for afd46a4
.github/workflows/build-dockerfile.yml
@@ -181,6 +181,7 @@ jobs:
181
run: utils/devel/test_docker_image.sh '${{ github.repository }}:latest'
182
183
- name: Push image to registries
184
+ id: push-image
185
if: github.event_name != 'pull_request'
186
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
187
with:
@@ -234,6 +235,9 @@ jobs:
234
235
runs-on: ubuntu-latest
236
needs: [build-dockerfile]
237
238
+ permissions:
239
+ contents: read
240
+ packages: write
241
steps:
242
- name: Checkout
243
uses: actions/checkout@v4
0 commit comments