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 7f91553 commit 717e582Copy full SHA for 717e582
.github/workflows/build-push-artifacts.yml
@@ -40,7 +40,7 @@ jobs:
40
packages: write # required for pushing container images
41
security-events: write # required for pushing SARIF files
42
needs: changes
43
- # if: ${{ github.ref_type == 'tag' || needs.changes.outputs.images == 'true' }}
+ if: ${{ github.ref_type == 'tag' || needs.changes.outputs.images == 'true' }}
44
strategy:
45
matrix:
46
include:
@@ -69,7 +69,7 @@ jobs:
69
type=sha,prefix=
70
71
- name: Build and push image
72
- uses: azimuth-cloud/github-actions/docker-multiarch-build-push@test/docker-build-cache
+ uses: azimuth-cloud/github-actions/docker-multiarch-build-push@master
73
with:
74
cache-key: ${{ matrix.component }}
75
context: ./web-apps/
0 commit comments