Skip to content

Commit

Permalink
fix: Removed a trailing space in the release CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
devatherock committed Jun 16, 2023
1 parent 8700d63 commit ede5697
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 @@ -198,7 +198,7 @@ jobs:
echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin
docker buildx create --name rockbuilder \
--driver docker-container --use --bootstrap
docker buildx imagetools create \
docker buildx imagetools create \
-t devatherock/<< parameters.docker_image >>:$TAG \
devatherock/<< parameters.docker_image >>:$DEV_TAG
Expand Down

0 comments on commit ede5697

Please sign in to comment.