File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1010
1111permissions : {}
1212
13+ env :
14+ DOCKER_BUILDKIT : 1
15+
1316jobs :
1417 docker-build-push :
1518 if : ${{ ! startsWith(github.ref, 'refs/tags/') }}
7174 provenance : mode=max
7275 tags : ${{ steps.meta.outputs.tags }}
7376 labels : ${{ steps.meta.outputs.labels }}
77+ cache-from : type=gha
78+ cache-to : type=gha,mode=max
7479 - name : Sign the Docker image
7580 if : github.ref == 'refs/heads/main'
7681 working-directory : ${{ env.IMAGE }}
Original file line number Diff line number Diff line change 77
88permissions : {}
99
10+ env :
11+ DOCKER_BUILDKIT : 1
12+
1013jobs :
1114 docker-release :
1215 if : startsWith(github.ref, 'refs/tags/')
6265 provenance : mode=max
6366 tags : ${{ steps.meta.outputs.tags }}
6467 labels : ${{ steps.meta.outputs.labels }}
68+ cache-from : type=gha
69+ cache-to : type=gha,mode=max
6570 - name : Sign the Docker image
6671 working-directory : ${{ env.IMAGE }}
6772 env :
You can’t perform that action at this time.
0 commit comments