Skip to content

Commit

Permalink
manually tag container (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Hertz committed Dec 9, 2021
1 parent 752f3f6 commit eb304e7
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 @@ -66,7 +66,8 @@ jobs:
command: ci build
- run:
name: Tag docker container
command: make dockertag
command: |
docker tag nightfallai/$CONTAINER_NAME:latest nightfallai/$CONTAINER_NAME:$CIRCLE_TAG
- run:
name: Push image to docker hub
command: |
Expand Down

0 comments on commit eb304e7

Please sign in to comment.