We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb304e7 commit c9eaa20Copy full SHA for c9eaa20
.circleci/config.yml
@@ -64,13 +64,10 @@ jobs:
64
- run:
65
name: build
66
command: ci build
67
- - run:
68
- name: Tag docker container
69
- command: |
70
- docker tag nightfallai/$CONTAINER_NAME:latest nightfallai/$CONTAINER_NAME:$CIRCLE_TAG
71
72
name: Push image to docker hub
73
command: |
+ docker tag nightfallai/$CONTAINER_NAME:latest nightfallai/$CONTAINER_NAME:$CIRCLE_TAG
74
push_image_to_docker_hub \
75
nightfallai/$CONTAINER_NAME:$CIRCLE_TAG \
76
nightfallai/$CONTAINER_NAME:latest
0 commit comments