Skip to content

Commit

Permalink
ci: Use oryOS naming topology for docker release
Browse files Browse the repository at this point in the history
Signed-off-by: aeneasr <aeneas@ory.sh>
  • Loading branch information
aeneasr committed Apr 2, 2019
1 parent 22c0487 commit 6f2529f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -213,6 +213,8 @@ jobs:
- run: docker login --username "$DOCKER_USERNAME" --password "$DOCKER_PASSWORD"
- run: cp ./.releaser/LICENSE.txt ./LICENSE.txt
- run: curl -sL https://git.io/goreleaser | bash
- run: docker tag oryd/hydra:latest oryd/hydra:$(echo $CIRCLE_TAG | tr '+' '_')
- run: docker push oryd/hydra:$(echo $CIRCLE_TAG | tr '+' '_')

workflows:
version: 2
Expand Down

0 comments on commit 6f2529f

Please sign in to comment.