Skip to content

Commit dd45651

Browse files
committed
fix bool to str conversion
1 parent a7eb09c commit dd45651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-docker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runs:
9999
context: .
100100
file: ${{ inputs.dockerfile }}
101101
platforms: ${{ inputs.platforms }}
102-
push: ${{ inputs.push }}
102+
push: ${{ inputs.push == 'true' }}
103103
tags: ${{ steps.meta.outputs.tags }}
104104
labels: ${{ steps.meta.outputs.labels }}
105105
build-args: ${{ inputs.build-args }}

0 commit comments

Comments
 (0)