askiiart
bff552d4f7
Some checks failed
continuous-integration/drone Build is failing
maybe it'll work after this
15 lines
No EOL
261 B
YAML
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 |