Skip to content

Commit

Permalink
Update docker/get-docker-tags.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
2 people authored and aschmahmann committed Oct 5, 2023
1 parent e4fd5d0 commit 0178264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/get-docker-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ elif [[ $GIT_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echoImageName "$GIT_TAG"
echoImageName "latest"

#elif [ "$GIT_BRANCH" = "main" ]; then
# echoImageName "main-${BUILD_NUM}-${GIT_SHA1_SHORT}"
# echoImageName "main-latest"
#
elif [ "$GIT_BRANCH" = "main" ]; then
echoImageName "main-${BUILD_NUM}-${GIT_SHA1_SHORT}"
echoImageName "main-latest"

#elif [ "$GIT_BRANCH" = "staging" ]; then
# echoImageName "staging-${BUILD_NUM}-${GIT_SHA1_SHORT}"
# echoImageName "staging-latest"
Expand Down

0 comments on commit 0178264

Please sign in to comment.