Skip to content

Commit

Permalink
build(PPDSC-2404): add version back into image name for dev deploy (#361
Browse files Browse the repository at this point in the history
)
  • Loading branch information
James Spencer authored Sep 5, 2022
1 parent a1dd48d commit a4b53a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ jobs:
if [ << parameters.docker_version >> = release ]; then
export DOCKER_TAG=$(node -p "require('./package.json').version")
else
export DOCKER_TAG=${CIRCLE_SHA1}
export DOCKER_TAG=$(node -p "require('./package.json').version")-$CIRCLE_SHA1
fi
export AWS_ACCESS_KEY_ID=<< parameters.aws_access_key_id >>
export AWS_SECRET_ACCESS_KEY=<< parameters.aws_secret_key >>
Expand Down

0 comments on commit a4b53a8

Please sign in to comment.