Attempt to use image pull secrets for eveyrthing.
continuous-integration/drone Build is failing Details

master
josiah 1 year ago
parent aa81e92dc9
commit 744ad7b365

@ -15,7 +15,12 @@ steps:
from_secret: secret-image
commands:
- apk add docker
- echo $PASSWORD | docker login git.awful.club -u $USERNAME -p --password-stdin
- docker login git.awful.club
- docker pull $IMAGE
- docker image tag {{ secret image name }} {{git.awful.club/packages/my_new_package}}
- docker image push
image_pull_secrets:
- containerregistry-login

Loading…
Cancel
Save