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 893385b commit 62415a1
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 @@ -91,7 +91,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/oathkeeper:$(echo $CIRCLE_TAG | tr '+' '_') .
- run: docker login --username "$DOCKER_USERNAME" --password "$DOCKER_PASSWORD"
- run: docker push oryd/oathkeeper:$(echo $CIRCLE_TAG | tr '+' '_') .
- run: docker push oryd/oathkeeper:$(echo $CIRCLE_TAG | tr '+' '_')

release-docs:
docker:
Expand Down

0 comments on commit 62415a1

Please sign in to comment.