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 42cc5fc commit 693ebb4Copy full SHA for 693ebb4
.github/workflows/docker-build-push.yml
@@ -71,7 +71,9 @@ jobs:
71
provenance: mode=max
72
tags: ${{ steps.meta.outputs.tags }}
73
labels: ${{ steps.meta.outputs.labels }}
74
- - name: Sign the Docker image
+ cache-from: type=gha
75
+ cache-to: type=gha,mode=max
76
+ - name: Sign the Docker image
77
if: github.ref == 'refs/heads/alpine'
78
working-directory: ${{ env.IMAGE }}
79
env:
.github/workflows/docker-release.yml
@@ -63,6 +63,8 @@ jobs:
63
64
65
66
67
68
- name: Sign the Docker image
69
70
0 commit comments