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

Commit 2a141f6

Browse files
author
Achille Roussel
committed
prefix git sha tag with git-
1 parent c4022b1 commit 2a141f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deployment:
3737
docker.pass=${DOCKER_PASS}
3838
docker.image=${IMG}
3939
docker.version=master
40-
docker.tags="circle-${CIRCLE_BUILD_NUM} ${CIRCLE_SHA1:0:7}"
40+
docker.tags="circle-${CIRCLE_BUILD_NUM} git-${CIRCLE_SHA1:0:7}"
4141
; fi
4242
release:
4343
tag: /[0-9]+(\.[0-9]+)*/

0 commit comments

Comments
 (0)