Skip to content

Commit 37f4f29

Browse files
authored
Fix cache-to parameter in GitHub Docker build action
1 parent 88689a4 commit 37f4f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-container-webapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
GIT_EMAIL=${{ env.GIT_EMAIL }}
9292
GIT_TOKEN=${{ secrets.SUBMODULE_GITHUB_TOKEN }}
9393
cache-from: type=local,src=/tmp/.buildx-cache
94-
cache-to: type=local,dest=/tmp/.buildx-cache,new
94+
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
9595

9696
deploy:
9797
if: "!contains(github.event.head_commit.message, '[skip ci]')" # Skip if commit message contains [skip ci]

0 commit comments

Comments
 (0)