Skip to content

Commit eb304e7

Browse files
author
Dan Hertz
authored
manually tag container (#65)
1 parent 752f3f6 commit eb304e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
command: ci build
6767
- run:
6868
name: Tag docker container
69-
command: make dockertag
69+
command: |
70+
docker tag nightfallai/$CONTAINER_NAME:latest nightfallai/$CONTAINER_NAME:$CIRCLE_TAG
7071
- run:
7172
name: Push image to docker hub
7273
command: |

0 commit comments

Comments
 (0)