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 c104c52 commit 934b893Copy full SHA for 934b893
1 file changed
.github/workflows/docker-publish.yml
@@ -79,8 +79,6 @@ jobs:
79
tags: ${{ env.REGISTRY_IMAGE }}
80
push: ${{ github.event_name != 'pull_request' }}
81
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
82
- cache-from: type=gha
83
- cache-to: type=gha,mode=max
84
85
- name: Export digest
86
run: |
0 commit comments