Skip to content

Commit

Permalink
Fix ternary
Browse files Browse the repository at this point in the history
  • Loading branch information
hendricius committed Dec 8, 2023
1 parent 0512726 commit ba0104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
context: .
push: true
tags: ${{ env.BRANCH == 'main' ? 'latest' : env.BRANCH }}
tags: ${{ env.BRANCH == 'main' && 'latest' || env.BRANCH }}

0 comments on commit ba0104d

Please sign in to comment.