graphicek/.drone.yml

16 lines
396 B
YAML
Raw Normal View History

2024-04-03 21:44:35 +02:00
kind: pipeline
type: docker
2024-04-03 21:50:45 +02:00
name: build & publish image
2024-04-03 21:44:35 +02:00
steps:
2024-04-03 21:50:45 +02:00
- name: build & publish
image: plugins/docker
settings:
2024-04-03 21:51:47 +02:00
registry: containers.zipek.cz
2024-04-03 21:50:45 +02:00
username:
from_secret: zipek_registry_username
password:
from_secret: zipek_registry_password
2024-04-03 23:15:27 +02:00
repo: containers.zipek.cz/kamen/graphicek
2024-04-03 23:21:15 +02:00
tags: latest
cache_from: "containers.zipek.cz/kamen/graphicek:latest"