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 824d1a5 commit 58f0b93Copy full SHA for 58f0b93
.github/workflows/main.yml
@@ -77,6 +77,8 @@ jobs:
77
labels: ${{ steps.meta.outputs.labels }}
78
annotations: ${{ steps.meta.outputs.annotations }}
79
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.ACCOUNT }}/${{ matrix.image }},push-by-digest=true,name-canonical=true,push=true
80
+ cache-from: type=gha
81
+ cache-to: type=gha,mode=max
82
-
83
name: Export digest
84
run: |
0 commit comments