Skip to content

Commit 717e582

Browse files
committed
Revert to master branch of docker build action
1 parent 7f91553 commit 717e582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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:
@@ -69,7 +69,7 @@ jobs:
6969
type=sha,prefix=
7070
7171
- name: Build and push image
72-
uses: azimuth-cloud/github-actions/docker-multiarch-build-push@test/docker-build-cache
72+
uses: azimuth-cloud/github-actions/docker-multiarch-build-push@master
7373
with:
7474
cache-key: ${{ matrix.component }}
7575
context: ./web-apps/

0 commit comments

Comments
 (0)