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 40
40
packages : write # required for pushing container images
41
41
security-events : write # required for pushing SARIF files
42
42
needs : changes
43
- if : ${{ github.ref_type == 'tag' || needs.changes.outputs.images == 'true' }}
43
+ # if: ${{ github.ref_type == 'tag' || needs.changes.outputs.images == 'true' }}
44
44
strategy :
45
45
matrix :
46
46
include :
69
69
type=sha,prefix=
70
70
71
71
- 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
73
74
with :
74
75
cache-key : ${{ matrix.component }}
75
76
context : ./web-apps/
You can’t perform that action at this time.
0 commit comments