1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

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