Skip to content

Commit d390dce

Browse files
committed
chore: test without push
1 parent e5939aa commit d390dce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
platforms: ${{ matrix.platform }}
8585
labels: ${{ steps.meta.outputs.labels }}
8686
annotations: ${{ steps.meta.outputs.annotations }}
87-
outputs: type=image,name=ghcr.io/${{ env.REPO }},push-by-digest=true,name-canonical=true,push=true,oci-mediatypes=true
87+
outputs: type=image,name=ghcr.io/${{ env.REPO }},push-by-digest=true,name-canonical=true,push=false,oci-mediatypes=true
88+
push: false
8889
cache-from: type=gha,scope=${{ matrix.platform }}
8990
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}
9091

0 commit comments

Comments
 (0)