Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinignisca authored Apr 27, 2021
1 parent 79c68fe commit 436ba57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildx-bake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
-
name: Generate bake file
run: |
if [ "$GITHUB_REF" != "master" ]
export TAG = $GITHUB_REF
if [ "$GITHUB_REF" != "master" ]; then
export TAG=$GITHUB_REF
fi
cat <<'EOF' > docker-bake.hcl
variable "TAG" {
Expand Down

0 comments on commit 436ba57

Please sign in to comment.