Skip to content

Commit

Permalink
ci: Fix docker push arguments in publish task
Browse files Browse the repository at this point in the history
Signed-off-by: aeneasr <[email protected]>
  • Loading branch information
aeneasr committed Dec 13, 2018
1 parent 7a0414f commit f03c77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
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:$(echo $CIRCLE_TAG | tr '+' '_') .
- run: docker login --username "$DOCKER_USERNAME" --password "$DOCKER_PASSWORD"
- run: docker push oryd/keto:$(echo $CIRCLE_TAG | tr '+' '_') .
- run: docker push oryd/keto:$(echo $CIRCLE_TAG | tr '+' '_')

release-docs:
docker:
Expand Down

0 comments on commit f03c77c

Please sign in to comment.