Skip to content

Commit 4cf557b

Browse files
Add missing outputs param to docker build and push action
1 parent f57a3e4 commit 4cf557b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ghcr-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
cache-from: type=gha
8383
cache-to: type=gha,mode=max
8484
platforms: ${{ matrix.platform }}
85+
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
8586

8687
- name: Export digest
8788
run: |

0 commit comments

Comments
 (0)