Skip to content

Commit d0d1fd0

Browse files
committed
Test alternative docker cache settings
1 parent f9eb0aa commit d0d1fd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 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,8 @@ jobs:
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/

0 commit comments

Comments
 (0)