Skip to content

Commit

Permalink
fix: build failure during login
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Oct 9, 2023
1 parent 1250ffe commit 6ec844a
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 @@ -28,7 +28,7 @@ jobs:
steps:
- checkout
- setup_remote_docker
- run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- run: echo "$DOCKER_PASSWORD" | docker login -u $DOCKER_USERNAME --password-stdin
- run: curl -sL https://git.io/goreleaser | bash
build:
executor: go
Expand Down

0 comments on commit 6ec844a

Please sign in to comment.