Skip to content

Commit

Permalink
added tag to container
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 22, 2018
1 parent a3f1fcf commit 3c94aea
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 @@ -43,7 +43,8 @@ jobs:
- checkout
- run: ls
- run: git status
- run: git push --set-upstream origin 0.0.${CIRCLE_BUILD_NUM}
- run: git tag 0.0.${CIRCLE_BUILD_NUM}
- run: git push origin 0.0.${CIRCLE_BUILD_NUM}



Expand Down

0 comments on commit 3c94aea

Please sign in to comment.