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 6ea5567 commit d6c9b41Copy full SHA for d6c9b41
1 file changed
.github/workflows/docker-publish.yml
@@ -94,7 +94,7 @@ jobs:
94
platforms: ${{ matrix.platform }}
95
push: ${{ github.event_name != 'pull_request' }}
96
tags: ${{ steps.meta.outputs.tags }}
97
- outputs: type=image,push-by-digest=true,name-canonical=true,push=true
+ outputs: type=image,name-canonical=true,push=true
98
labels: ${{ steps.meta.outputs.labels }}
99
cache-from: type=gha
100
cache-to: type=gha,mode=max
0 commit comments