Skip to content

Commit 77777ba

Browse files
committed
json formating
1 parent 16d9049 commit 77777ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

wercker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ build:
4646
image-name: $REPO_REPOSITORY:$IMAGE_TAG_OPERATOR
4747
no-cache: true
4848
registry-auth-config: |
49-
{
50-
"https://index.docker.io/v1/": {
51-
"username": "$REPO_USERNAME",
52-
"password": "$REPO_PASSWORD"
49+
{
50+
"https://index.docker.io/v1/": {
51+
"username": "$REPO_USERNAME",
52+
"password": "$REPO_PASSWORD"
53+
}
5354
}
54-
}
5555
# push the image to Docker using the GIT branch as the tag
5656
# this image needs to be available to the integration-test pipeline for testing
5757
- internal/docker-push:

0 commit comments

Comments
 (0)