Skip to content

Commit

Permalink
move tag to one stanza (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Hertz committed Dec 9, 2021
1 parent eb304e7 commit c9eaa20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Expand Up @@ -64,13 +64,10 @@ jobs:
- run:
name: build
command: ci build
- run:
name: Tag docker container
command: |
docker tag nightfallai/$CONTAINER_NAME:latest nightfallai/$CONTAINER_NAME:$CIRCLE_TAG
- run:
name: Push image to docker hub
command: |
docker tag nightfallai/$CONTAINER_NAME:latest nightfallai/$CONTAINER_NAME:$CIRCLE_TAG
push_image_to_docker_hub \
nightfallai/$CONTAINER_NAME:$CIRCLE_TAG \
nightfallai/$CONTAINER_NAME:latest
Expand Down

0 comments on commit c9eaa20

Please sign in to comment.