We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ae3fa commit 665a448Copy full SHA for 665a448
1 file changed
.circleci/config.yml
@@ -61,7 +61,7 @@ jobs:
61
name: Build & Push artifacts w/ Skaffold
62
command: |
63
mkdir -p build
64
- docker login quay.io --username $DOCKER_USER --password-stdin $DOCKER_PASSWORD
+ echo "$DOCKER_PASSWORD" | docker login quay.io --username "$DOCKER_USER" --password-stdin
65
skaffold config set --global collect-metrics false
66
skaffold build -p build-and-push --file-output build/${CIRCLE_SHA1}.json
67
# re-tag :latest
0 commit comments