Skip to content

Commit 6a441fe

Browse files
Merge pull request #135 from sat-utils/develop
ci: update docker push on master
2 parents 2e70c90 + 21179ad commit 6a441fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
docker login -u ${DOCKER_USER} -p ${DOCKER_PASS}
8282
VERSION=$(jq --raw-output .version lerna.json)
8383
docker tag satutils/sat-api:latest satutils/sat-api:${VERSION}
84-
docker push satutils/sat-api:latest satutils/sat-api:${VERSION}
84+
docker push satutils/sat-api:latest
85+
docker push satutils/sat-api:${VERSION}
8586
8687
docker_deploy_develop:
8788
machine:

0 commit comments

Comments
 (0)