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 f3d5544 commit 0dfd58aCopy full SHA for 0dfd58a
.github/workflows/build-push-artifacts.yml
@@ -34,8 +34,13 @@ jobs:
34
build_push_images:
35
name: Build and push images
36
runs-on: ubuntu-latest
37
+ permissions:
38
+ contents: read
39
+ id-token: write # needed for signing the images with GitHub OIDC Token
40
+ packages: write # required for pushing container images
41
+ security-events: write # required for pushing SARIF files
42
needs: changes
- if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
43
+ # if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
44
strategy:
45
matrix:
46
include:
0 commit comments