We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37921b6 commit 5b7da78Copy full SHA for 5b7da78
.github/workflows/publish-dev-docker-image.yml
@@ -8,7 +8,7 @@ on:
8
publish:
9
type: boolean
10
description: Publish the image
11
- default: true
+ default: false
12
required: true
13
commit:
14
type: string
@@ -68,7 +68,7 @@ jobs:
68
needs: meta_data
69
secrets: inherit
70
with:
71
- publish: ${{ inputs.publish == '' && true }}
+ publish: ${{ inputs.publish }}
72
version: dev-${{ needs.meta_data.outputs.short_ref }}
73
ref: ${{ needs.meta_data.outputs.ref }}
74
tags: ${{needs.meta_data.outputs.tags}}
0 commit comments