We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c8648 commit c5718e3Copy full SHA for c5718e3
wercker.yml
@@ -48,8 +48,8 @@ build:
48
registry-auth-config: |
49
{
50
"https://registry-1.docker.io/v2/": {
51
- "username": "${REPO_USERNAME}",
52
- "password": "${REPO_PASSWORD}"
+ "username": "${DOCKER_USERNAME}",
+ "password": "${DOCKER_PASSWORD}"
53
}
54
55
# push the image to Docker using the GIT branch as the tag
@@ -317,8 +317,8 @@ quality:
317
promote-image:
318
steps:
319
- internal/docker-push:
320
- username: $REPO_USERNAME
321
- password: $REPO_PASSWORD
+ username: $DOCKER_USERNAME
+ password: $DOCKER_PASSWORD
322
repository: oracle/weblogic-kubernetes-operator
323
tag: $IMAGE_TAG_OPERATOR
324
0 commit comments