Skip to content

Commit

Permalink
Fix branch tag labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Dec 7, 2023
1 parent fc1c629 commit f314221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set Variables
shell: bash
run: |
BRANCH = $(echo ${GITHUB_REF#refs/*/} | tr / _)
BRANCH=$(echo ${GITHUB_REF#refs/*/} | tr / _)
if [[ $BRANCH == 'main' ]]; then
IMAGE_TAG=latest
else
Expand Down

0 comments on commit f314221

Please sign in to comment.