Skip to content

Commit 665a448

Browse files
authored
Fix pipeline (#401)
1 parent 91ae3fa commit 665a448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
name: Build & Push artifacts w/ Skaffold
6262
command: |
6363
mkdir -p build
64-
docker login quay.io --username $DOCKER_USER --password-stdin $DOCKER_PASSWORD
64+
echo "$DOCKER_PASSWORD" | docker login quay.io --username "$DOCKER_USER" --password-stdin
6565
skaffold config set --global collect-metrics false
6666
skaffold build -p build-and-push --file-output build/${CIRCLE_SHA1}.json
6767
# re-tag :latest

0 commit comments

Comments
 (0)