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 16d9049 commit 77777baCopy full SHA for 77777ba
wercker.yml
@@ -46,12 +46,12 @@ build:
46
image-name: $REPO_REPOSITORY:$IMAGE_TAG_OPERATOR
47
no-cache: true
48
registry-auth-config: |
49
- {
50
- "https://index.docker.io/v1/": {
51
- "username": "$REPO_USERNAME",
52
- "password": "$REPO_PASSWORD"
+ {
+ "https://index.docker.io/v1/": {
+ "username": "$REPO_USERNAME",
+ "password": "$REPO_PASSWORD"
53
+ }
54
}
- }
55
# push the image to Docker using the GIT branch as the tag
56
# this image needs to be available to the integration-test pipeline for testing
57
- internal/docker-push:
0 commit comments