Skip to content

Commit

Permalink
chore: fix docker login
Browse files Browse the repository at this point in the history
We need to specify the registry for `docker login`.

Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard committed Sep 23, 2020
1 parent cf9cf10 commit 90722c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ steps:
GHCR_PASSWORD:
from_secret: ghcr_token
commands:
- docker login --username "$${GHCR_USERNAME}" --password "$${GHCR_PASSWORD}"
- docker login ghcr.io --username "$${GHCR_USERNAME}" --password "$${GHCR_PASSWORD}"
- make PUSH=true
when:
event:
Expand Down

0 comments on commit 90722c3

Please sign in to comment.