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 993f50d commit 60d7130Copy full SHA for 60d7130
1 file changed
.github/workflows/docker.yml
@@ -80,7 +80,7 @@ jobs:
80
push: ${{ (github.event_name != 'pull_request' || startsWith(github.head_ref, 'ci/') || inputs.push || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'docker-push'))) && 'true' || 'false' }}
81
tags: ${{ steps.meta.outputs.tags }}
82
labels: ${{ steps.meta.outputs.labels }}
83
- cache-from: ''
84
- cache-to: ''
+ cache-from: type=gha
+ cache-to: type=gha,mode=max
85
env:
86
DOCKER_BUILD_RECORD_RETENTION_DAYS: ${{ github.ref_type == 'tag' || github.event_name == 'release' && '0' || '7' }}
0 commit comments