Skip to content

Commit

Permalink
Fix pipeline (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinc authored Nov 11, 2024
1 parent 91ae3fa commit 665a448
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 @@ -61,7 +61,7 @@ jobs:
name: Build & Push artifacts w/ Skaffold
command: |
mkdir -p build
docker login quay.io --username $DOCKER_USER --password-stdin $DOCKER_PASSWORD
echo "$DOCKER_PASSWORD" | docker login quay.io --username "$DOCKER_USER" --password-stdin
skaffold config set --global collect-metrics false
skaffold build -p build-and-push --file-output build/${CIRCLE_SHA1}.json
# re-tag :latest
Expand Down

0 comments on commit 665a448

Please sign in to comment.