Skip to content

Commit

Permalink
Merge pull request #5 from joshhsoj1902/fix-tag-publish
Browse files Browse the repository at this point in the history
Fix tag publishing
  • Loading branch information
joshhsoj1902 authored Oct 8, 2023
2 parents 9498c33 + a689279 commit 8f49b70
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 @@ -67,7 +67,7 @@ jobs:
command: |
echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
IMAGE_TAG=${CIRCLE_TAG/v/''}
docker tag $IMAGE_NAME:latest $IMAGE_NAME:$IMAGE_TAG-<< parameters.dir >>
docker tag $IMAGE_NAME:latest-<< parameters.dir >> $IMAGE_NAME:$IMAGE_TAG-<< parameters.dir >>
docker push $IMAGE_NAME:$IMAGE_TAG-<< parameters.dir >>
workflows:
build:
Expand Down

0 comments on commit 8f49b70

Please sign in to comment.