Skip to content

Commit

Permalink
ci: remove if in build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgouveia committed Apr 24, 2023
1 parent ac0de4d commit 42a38c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
push: true
file: Dockerfile
platforms: linux/amd64, linux/arm64
tags: ${{ if env.RELEASE_TAG }}
tags: ${{ env.RELEASE_TAG }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 42a38c9

Please sign in to comment.