Skip to content

Commit

Permalink
fix(pipeline): to much spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Nov 12, 2022
1 parent 433af1d commit fe608b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set image tag global
run: |
run: |
GIT_BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}
if [ $GIT_BRANCH = "main" ]; then export TEST_IMAGE_TAG=latest; else export TEST_IMAGE_TAG=next; fi
echo "TEST_IMAGE_TAG=$TEST_IMAGE_TAG"
Expand Down

0 comments on commit fe608b9

Please sign in to comment.