1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-08 06:28:14 -05:00

Change spacing

This commit is contained in:
Vince Grassia 2024-05-23 16:15:58 -04:00
parent 8978d9c861
commit f3d59bd707
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -13,13 +13,13 @@ build:
# Login to ACR
az acr login -n bitwardenprod.azurecr.io
if `grep "pull" <<< "${GITHUB_REF}"`; then
IMAGE_TAG := `echo "${GITHUB_HEAD_REF}" | sed "s#/#-#g"`
IMAGE_TAG := `echo "${GITHUB_HEAD_REF}" | sed "s#/#-#g"`
else
IMAGE_TAG := `echo "${GITHUB_REF:11}" | sed "s#/#-#g"`
IMAGE_TAG := `echo "${GITHUB_REF:11}" | sed "s#/#-#g"`
fi
if "${IMAGE_TAG}" == "main"; then
IMAGE_TAG := dev
IMAGE_TAG := dev
fi
echo ${PROJECT_NAME}