Skip to content

Commit

Permalink
Pushing release to auroradevacr.azurecr.io (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets authored Nov 2, 2020
1 parent 392c9a2 commit ecbd348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if [[ $IMAGE_TYPE == "prod" ]]; then
TAGS="$TAGS,${DOCKER_PROD_IMAGE}:latest,${DOCKER_PROD_IMAGE}:${GITHUB_SHA::8}"
if [[ -n "$VERSION" ]]; then
TAGS="$TAGS,${DOCKER_PROD_IMAGE}:${VERSION}"
TAGS="$TAGS,${DOCKER_PROD_IMAGE}:${VERSION},${DOCKER_DEV_IMAGE}:${VERSION}"
fi
else
if [[ -n "$VERSION" ]]; then
Expand Down

0 comments on commit ecbd348

Please sign in to comment.