Skip to content

Commit

Permalink
fix quay login again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonrnewhouse committed Jan 11, 2025
1 parent e821609 commit cb468b1
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 @@ -89,7 +89,7 @@ commands:
steps:
- run:
name: Login to Quay.io
command: docker login --username="${QUAY_USER}" --password="${QUAY_PASS}" quay.io
command: echo "${QUAY_INFLUXDB3_PASSWORD} |docker login --username="${QUAY_INFLUXDB3_USERNAME}" --password-stdin quay.io

jobs:
fmt:
Expand Down

0 comments on commit cb468b1

Please sign in to comment.