Skip to content

Commit 3fbb909

Browse files
committed
fix: add missing simplification of package output to second job
1 parent 3cf8052 commit 3fbb909

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
cache-from: type=gha
5757
cache-to: type=gha,mode=max
5858
builder: ${{ steps.buildx.outputs.name }}
59-
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
60-
59+
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6160
- name: Export AMD64 digest
6261
run: |
6362
mkdir -p /tmp/digests

0 commit comments

Comments
 (0)