Skip to content

Commit 3682ef7

Browse files
committed
CI: Remove DOCKER_PASS usage
1 parent a5a8b85 commit 3682ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ jobs:
343343
- run:
344344
name: Docker authentication
345345
command: |
346-
if [[ -n $DOCKER_PASS ]]; then
347-
docker login -u $DOCKER_USER -p $DOCKER_PASS
346+
if [[ -n $DOCKER_PAT ]]; then
347+
echo "$DOCKER_PAT" | docker login -u $DOCKER_USER --password-stdin
348348
fi
349349
- run:
350350
name: Set up Docker registry

0 commit comments

Comments
 (0)