2023-09-01 20:44:04 -05:00
|
|
|
kind: pipeline
|
|
|
|
name: default
|
|
|
|
|
2024-09-26 14:14:02 -05:00
|
|
|
|
2023-09-01 20:44:04 -05:00
|
|
|
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
|