Skip to content

Commit 6e63722

Browse files
committed
🐛 fix step condition
1 parent 435c307 commit 6e63722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ runs:
124124

125125
- name: Build
126126
id: docker_build
127-
if: ${{ inputs.dockerenabled }} == "true"
127+
if: ${{ inputs.dockerenabled == "true" }}
128128
uses: docker/build-push-action@v2
129129
with:
130130
context: .

0 commit comments

Comments
 (0)