Skip to content

Commit

Permalink
circleci- tag version as well as latest in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Sep 14, 2020
1 parent ac5ce2c commit f37f16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- docker/check
- docker/build:
image: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
tag: latest
tag: latest,v$CIRCLE_BUILD_NUM
- docker/push:
image: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
tag: latest
tag: latest,v$CIRCLE_BUILD_NUM

0 comments on commit f37f16a

Please sign in to comment.