CI: make sure we log in for deployments (#1541)

Over at
https://github.com/sourcecred/sourcecred/pull/1514#discussion_r365443659
I suggested adding `deploy: false` to be less surprising with the
tags we're pushing to DockerHub.

As mentioned in #1512, we actually need `publish: true` to log in
with DockerHub.
This commit is contained in:
Robin van Boven 2020-01-10 23:57:31 +01:00 committed by GitHub
parent 90b77a85dd
commit c1f123f352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ workflows:
- test - test
- test_full - test_full
- test_full_10 - test_full_10
deploy: false
image: sourcecred/sourcecred image: sourcecred/sourcecred
tag: latest tag: latest
cache_from: node:12,sourcecred/sourcecred:dev cache_from: node:12,sourcecred/sourcecred:dev