Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ed38141

Browse files
committed
target better for the shhs release docker hub, pt 3
1 parent bd5f624 commit ed38141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- checkout
1717
- run: docker build -f docker/Dockerfile --label gitsha1=${CIRCLE_SHA1} -t matrixdotorg/synapse:${CIRCLE_BRANCH} --build-arg PYTHON_VERSION=3.7 .
1818
- run: docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD
19-
- run: docker push matrixdotorg/synapse:${CIRCLE_TAG}
19+
- run: docker push matrixdotorg/synapse:${CIRCLE_BRANCH}
2020
dockerhubuploadlatest:
2121
machine: true
2222
steps:

0 commit comments

Comments
 (0)