Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 2bda92b

Browse files
committed
Try a workaround for Circle 2.0 ignoring tag pushes
1 parent e0d118d commit 2bda92b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ jobs:
2020
docker push ${DOCKER_HUB_IMAGE}:${CIRCLE_TAG}
2121
docker push ${DOCKER_HUB_IMAGE}
2222
fi
23+
24+
deployment:
25+
workaround_for_circleci_2_0:
26+
tag: /.*/

0 commit comments

Comments
 (0)