Skip to content

Commit

Permalink
Fix dockerhub stage in .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
synhershko committed Apr 13, 2019
1 parent a1d7b36 commit f81a531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dockerhub:
script:
- IMAGE_NAME=bigdataboutique/elastiquill:v${CI_COMMIT_TAG}
- docker pull $CONTAINER_TEST_IMAGE
- docker tag $CONTAINER_TEST_IMAGE $IMAGE_NAME -
- docker tag $CONTAINER_TEST_IMAGE $IMAGE_NAME
- docker push $IMAGE_NAME
- docker tag $CONTAINER_TEST_IMAGE bigdataboutique/elastiquill:latest
- docker push bigdataboutique/elastiquill:latest
Expand Down

0 comments on commit f81a531

Please sign in to comment.