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 b680b0a commit f859fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/get-docker-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GIT_SHA1_SHORT=$(echo "$GIT_SHA1" | cut -c 1-7)
GIT_BRANCH=${3:-$(git symbolic-ref -q --short HEAD || echo "unknown")}
GIT_TAG=${4:-$(git describe --tags --exact-match 2> /dev/null || echo "")}

IMAGE_NAME=${IMAGE_NAME:-ipfs/rainbow}
IMAGE_NAME=${IMAGE_NAME:-ghcr.io/ipfs/rainbow}

echoImageName () {
local IMAGE_TAG=$1
Expand Down

0 comments on commit f859fd9

Please sign in to comment.