We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88689a4 commit 37f4f29Copy full SHA for 37f4f29
.github/workflows/azure-container-webapp.yml
@@ -91,7 +91,7 @@ jobs:
91
GIT_EMAIL=${{ env.GIT_EMAIL }}
92
GIT_TOKEN=${{ secrets.SUBMODULE_GITHUB_TOKEN }}
93
cache-from: type=local,src=/tmp/.buildx-cache
94
- cache-to: type=local,dest=/tmp/.buildx-cache,new
+ cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
95
96
deploy:
97
if: "!contains(github.event.head_commit.message, '[skip ci]')" # Skip if commit message contains [skip ci]
0 commit comments