Skip to content

Commit 848d1da

Browse files
committed
Ensure tagging is valid
1 parent 861b5b5 commit 848d1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- run:
139139
name: Image Build
140140
command: |
141-
docker build --rm=false -t cloudcloud/auto-docs:v${CIRCLE_TAG} .
141+
docker build --rm=false -t cloudcloud/auto-docs:${CIRCLE_TAG} .
142142
echo ${DOCKERHUB_PASSWORD} | docker login -u "${DOCKERHUB_USERNAME}" --password-stdin
143143
docker push cloudcloud/auto-docs:${CIRCLE_TAG}
144144
@@ -177,7 +177,7 @@ workflows:
177177

178178
- docker-image:
179179
requires:
180-
- be-tests
180+
- build
181181
filters:
182182
branches:
183183
ignore: /.*/

0 commit comments

Comments
 (0)