Skip to content

Commit bc164b5

Browse files
authored
Merge pull request #22 from Staffbase/RE-0000-fix-action-condition
RE-0000: fix step condition 🐛 > @ricoberger can you force-push this into v3? I don't know how to get this into an already released version 😅 Please give me some minutes^^
2 parents 435c307 + 6e63722 commit bc164b5

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)