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:
Craig Fowler 2021-03-28 13:43:29 +01:00
parent 93f438ceb6
commit 78beea3a7f

View file

@ -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