Skip to content

Commit

Permalink
mm
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Oct 9, 2023
1 parent 8fe9cc5 commit b680b0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/get-docker-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ elif [ "$GIT_BRANCH" = "main" ]; then
echoImageName "main-${BUILD_NUM}-${GIT_SHA1_SHORT}"
echoImageName "main-latest"

elif [ "$GIT_BRANCH" = "docker-build-test" ]; then
echoImageName "docker-test-${BUILD_NUM}-${GIT_SHA1_SHORT}"
echoImageName "docker-test-latest"


else
echo "Nothing to do. No docker tag defined for branch: $GIT_BRANCH, tag: $GIT_TAG"
Expand Down

0 comments on commit b680b0a

Please sign in to comment.