Rename 'master' docker tag to 'dev' (#5058)
This commit is contained in:
parent
23c4d45285
commit
7cfabf053c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue