Temporarily disable docker deployment
It looks like the docker credentials are incorrect, because builds are failing with an auth problem. For example build 2.0.0-preview7.1704: https://ci.appveyor.com/project/sfmskywalker/elsa/builds/38438996#L6715 This can be re-enabled once the auth issue is fixed. There should be no real harm in disabling it, since it's not working at the moment anyway.
This commit is contained in:
parent
93f438ceb6
commit
78beea3a7f
|
|
@ -121,6 +121,8 @@ deploy:
|
|||
on:
|
||||
APPVEYOR_REPO_TAG: true
|
||||
|
||||
deploy_script:
|
||||
- docker login -u="$env:docker_user" -p="$env:docker_pass"
|
||||
- docker push elsaworkflows/elsadashboard-samples-monolith
|
||||
# Docker deployments temporarily disabled due to authentication issue
|
||||
# this is causing failing builds.
|
||||
#deploy_script:
|
||||
# - docker login -u="$env:docker_user" -p="$env:docker_pass"
|
||||
# - docker push elsaworkflows/elsadashboard-samples-monolith
|
||||
Loading…
Reference in a new issue