Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hendricius committed Dec 8, 2023
1 parent fba5998 commit 93ca3f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
with:
context: .
push: true
tags: latest
# H4x since Github has no ternary operator
tags: ${{ github.ref_name == 'main' && 'latest' || github.ref_name }}

0 comments on commit 93ca3f3

Please sign in to comment.