Rename 'master' docker tag to 'dev' (#5058)

This commit is contained in:
Joseph Flinn 2023-03-22 12:52:15 -07:00 committed by GitHub
parent 23c4d45285
commit 7cfabf053c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -204,6 +204,10 @@ jobs:
IMAGE_TAG=$(echo "${GITHUB_REF:11}" | sed "s#/#-#g")
fi
if [[ "$IMAGE_TAG" == "master" ]]; then
IMAGE_TAG=dev
fi
TAG_EXTENSION=${{ github.event.inputs.custom_tag_extension }}
if [[ $TAG_EXTENSION ]]; then