Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hendricius committed Dec 8, 2023
1 parent 2c25cbd commit 14f9a31
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 @@ -46,5 +46,5 @@ jobs:
context: .
push: true
# H4x since Github has no ternary operator
tags: ${{ env.TAG }}
tags: ${{ env.TAG || "latest" }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 14f9a31

Please sign in to comment.