We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caee369 commit cab97cdCopy full SHA for cab97cd
.github/workflows/staging-deploy.yml
@@ -115,8 +115,6 @@ jobs:
115
platforms: linux/amd64,linux/arm64
116
tags: ${{ steps.docker-meta.outputs.tags }}
117
labels: ${{ steps.docker-meta.outputs.labels }}
118
- cache-from: type=gha
119
- cache-to: type=gha,mode=max
120
build-args: |
121
COMMIT_SHA=${{ github.sha }}
122
VERSION=${{ steps.tag.outputs.tag }}
0 commit comments