Skip to content

Commit

Permalink
fix wrong tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Galimede committed Nov 3, 2020
1 parent 5aa1c54 commit f42829e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
name: Publish Docker Image to Docker Hub
command: |
echo "$DOCKERHUB_PASS" | docker login -u galimede --password-stdin
docker tag $IMAGE_NAME:latest $IMAGE_NAME:$CIRCLE_BUILD_NUM
docker tag $IMAGE_NAME:app $IMAGE_NAME:$CIRCLE_BUILD_NUM
docker tag $IMAGE_NAME:app $IMAGE_NAME:latest
docker push $IMAGE_NAME
workflows:
Expand Down

0 comments on commit f42829e

Please sign in to comment.