Add login step.
continuous-integration/drone Build is failing Details

master
josiah 1 year ago
parent c8cce77565
commit 975932a54a

@ -22,5 +22,6 @@ steps:
from_secret: secret-image
commands:
- docker pull $IMAGE
- echo $PASSWORD | docker login --username $USERNAME --password-stdin
- docker image tag $IMAGE git.awful.club/packages/hoard
- docker image push git.awful.club/packages/hoard

Loading…
Cancel
Save