File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4040 packages : write # required for pushing container images
4141 security-events : write # required for pushing SARIF files
4242 needs : changes
43- if : ${{ github.ref_type == 'tag' || needs.changes.outputs.images == 'true' }}
43+ # if: ${{ github.ref_type == 'tag' || needs.changes.outputs.images == 'true' }}
4444 strategy :
4545 matrix :
4646 include :
6969 type=sha,prefix=
7070
7171 - name : Build and push image
72- uses : azimuth-cloud/github-actions/docker-multiarch-build-push@update-trivy-action
72+ # uses: azimuth-cloud/github-actions/docker-multiarch-build-push@update-trivy-action
73+ uses : azimuth-cloud/github-actions/docker-multiarch-build-push@test/docker-build-cache
7374 with :
7475 cache-key : ${{ matrix.component }}
7576 context : ./web-apps/
You can’t perform that action at this time.
0 commit comments