We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58945a commit 50f3b00Copy full SHA for 50f3b00
.github/workflows/deploy.yml
@@ -45,6 +45,8 @@ jobs:
45
context: .
46
file: docker/prod-sccache.Dockerfile
47
push: true
48
+ cache-from: type=gha
49
+ cache-to: type=gha,mode=max
50
tags: ${{ steps.meta.outputs.tags }}
51
labels: ${{ steps.meta.outputs.labels }}
52
secrets: |
0 commit comments