Skip to content

Commit

Permalink
Fix Docker Login (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
consindo committed Sep 16, 2019
1 parent f4215ae commit 24102d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object Build : BuildType({
script {
name = "Docker Push"
scriptContent = """
docker login -u %docker-username% --password-stdin <<< "%docker-password%"
docker login -u %docker-username% -p "%docker-password%"
docker push dymajo/waka-server:proxy
docker push dymajo/waka-server:proxy-%build.vcs.number%
docker push dymajo/waka-server:orchestrator
Expand Down

0 comments on commit 24102d6

Please sign in to comment.