Skip to content

Commit 3cac702

Browse files
committed
Remove push
1 parent e3d2d3b commit 3cac702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
platforms: ${{ env.ARCH_TAG }}
5656
labels: ${{ steps.meta.outputs.labels }}
5757
push: false
58-
outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}",push-by-digest=true,name-canonical=true,push=true
58+
outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}",push-by-digest=true,name-canonical=true
5959

6060
- name: Export digest
6161
run: |

0 commit comments

Comments
 (0)