Skip to content

Commit

Permalink
gcp action loop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
allnil committed Dec 9, 2024
1 parent 785c1b5 commit 6c8cf0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gcp-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
type=registry,ref=us-east1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_ARTIFACT_REPO }}/wvm:buildcache
cache-to: |
type=registry,ref=us-east1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_ARTIFACT_REPO }}/wvm:buildcache,mode=max
cache-to: type=inline # Changed from registry cache to inline cache

0 comments on commit 6c8cf0f

Please sign in to comment.