Skip to content

Commit

Permalink
Ensure tagging is valid
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealBoy committed Jul 8, 2019
1 parent 861b5b5 commit 848d1da
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 @@ -138,7 +138,7 @@ jobs:
- run:
name: Image Build
command: |
docker build --rm=false -t cloudcloud/auto-docs:v${CIRCLE_TAG} .
docker build --rm=false -t cloudcloud/auto-docs:${CIRCLE_TAG} .
echo ${DOCKERHUB_PASSWORD} | docker login -u "${DOCKERHUB_USERNAME}" --password-stdin
docker push cloudcloud/auto-docs:${CIRCLE_TAG}
Expand Down Expand Up @@ -177,7 +177,7 @@ workflows:

- docker-image:
requires:
- be-tests
- build
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit 848d1da

Please sign in to comment.