More dumb testing.
continuous-integration/drone Build is failing Details

master
josiah 1 year ago
parent 744ad7b365
commit 9b29bda22c

@ -6,18 +6,20 @@ steps:
- name: Pull secret image and upload an updated copy to my package repo.
image: alpine
environment:
USERNAME:
auth_config:
username:
from_secret: gitea-user
PASSWORD:
password:
from_secret: gitea-key
IMAGE:
environment:
image:
from_secret: secret-image
commands:
- apk add docker
- docker login git.awful.club
- docker pull $IMAGE
- docker image tag {{ secret image name }} {{git.awful.club/packages/my_new_package}}
- docker image tag $image git.awful.club/packages/hoard
- docker image push

Loading…
Cancel
Save