Skip to content

Commit

Permalink
Prepare v1.0.0-beta.6 re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 14, 2018
1 parent 0dc314c commit 77741e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Expand Up @@ -75,11 +75,9 @@ jobs:
- checkout
- setup_remote_docker:
version: 17.10.0-ce
- run: docker build --build-arg git_tag=$(git describe --tags) --build-arg git_commit=$(git rev-parse HEAD) -f Dockerfile -t oryd/keto:$CIRCLE_TAG .
- run: docker build --build-arg git_tag=$(git describe --tags) --build-arg git_commit=$(git rev-parse HEAD) -f Dockerfile -t oryd/keto:$(echo $CIRCLE_TAG | tr '+' '_') .
- run: docker login --username "$DOCKER_USERNAME" --password "$DOCKER_PASSWORD"
- run: docker tag oryd/keto:$CIRCLE_TAG oryd/keto:latest
- run: docker push oryd/keto:$CIRCLE_TAG
- run: docker push oryd/keto:latest
- run: docker push oryd/keto:$(echo $CIRCLE_TAG | tr '+' '_')

publish-docs:
docker:
Expand Down

0 comments on commit 77741e4

Please sign in to comment.