Skip to content

Commit

Permalink
feat(docker): release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Feb 11, 2024
1 parent b956db1 commit a6a5823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/get-docker-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if [[ $GIT_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+-rc ]]; then
elif [[ $GIT_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echoImageName "$GIT_TAG"
echoImageName "latest"
echoImageName "release" # see: https://github.com/ipfs/go-ipfs/issues/3999#issuecomment-742228981

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

0 comments on commit a6a5823

Please sign in to comment.