docker-createrepo_c/.drone.yml
askiiart bff552d4f7
Some checks failed
continuous-integration/drone Build is failing
i have no idea what the issue is but i think it's drone weirdness so i'm making a commit
maybe it'll work after this
2024-09-26 14:14:02 -05:00

15 lines
No EOL
261 B
YAML

kind: pipeline
name: default
steps:
- name: build and publish
image: plugins/docker
pull: always
settings:
repo: askiiart/createrepo_c
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password