Skip to content

Commit 2da640f

Browse files
committed
Use braces
1 parent af8f302 commit 2da640f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wercker.yml

Lines changed: 2 additions & 2 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": "${REPO_USERNAME}",
52+
"password": "${REPO_PASSWORD}"
5353
}
5454
}
5555
# push the image to Docker using the GIT branch as the tag

0 commit comments

Comments
 (0)