Skip to content

Commit e598bc4

Browse files
committed
ci: prevent docker push
1 parent 9a083db commit e598bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
platforms: linux/amd64
195195
labels: ${{ steps.docker_meta.outputs.labels }}
196196
tags: ${{ steps.docker_meta.outputs.tags }}
197-
push: true
197+
push: false
198198

199199
publish-release-draft:
200200
needs: [native-linux, native-macos, docker]

0 commit comments

Comments
 (0)