Skip to content

Commit c5718e3

Browse files
committed
Use correct credentials
1 parent 03c8648 commit c5718e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wercker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ build:
4848
registry-auth-config: |
4949
{
5050
"https://registry-1.docker.io/v2/": {
51-
"username": "${REPO_USERNAME}",
52-
"password": "${REPO_PASSWORD}"
51+
"username": "${DOCKER_USERNAME}",
52+
"password": "${DOCKER_PASSWORD}"
5353
}
5454
}
5555
# push the image to Docker using the GIT branch as the tag
@@ -317,8 +317,8 @@ quality:
317317
promote-image:
318318
steps:
319319
- internal/docker-push:
320-
username: $REPO_USERNAME
321-
password: $REPO_PASSWORD
320+
username: $DOCKER_USERNAME
321+
password: $DOCKER_PASSWORD
322322
repository: oracle/weblogic-kubernetes-operator
323323
tag: $IMAGE_TAG_OPERATOR
324324

0 commit comments

Comments
 (0)