Skip to content

Commit 5b7da78

Browse files
committed
fix(ci): publish checkbox is reversed
Signed-off-by: Fatih Acar <[email protected]>
1 parent 37921b6 commit 5b7da78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-dev-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
publish:
99
type: boolean
1010
description: Publish the image
11-
default: true
11+
default: false
1212
required: true
1313
commit:
1414
type: string
@@ -68,7 +68,7 @@ jobs:
6868
needs: meta_data
6969
secrets: inherit
7070
with:
71-
publish: ${{ inputs.publish == '' && true }}
71+
publish: ${{ inputs.publish }}
7272
version: dev-${{ needs.meta_data.outputs.short_ref }}
7373
ref: ${{ needs.meta_data.outputs.ref }}
7474
tags: ${{needs.meta_data.outputs.tags}}

0 commit comments

Comments
 (0)