magnetar/.woodpecker/ociImagePush.yml

18 lines
383 B
YAML
Raw Normal View History

2023-04-23 11:15:12 +00:00
pipeline:
publish-docker-latest:
image: docker.io/plugins/kaniko
settings:
repo: git.astolfo.cool/natty/magnetar
tags: ${CI_COMMIT_SHA}
dockerfile: Dockerfile
registry: git.astolfo.cool
username:
from_secret: docker_username
password:
from_secret: docker_password
2023-07-28 03:11:28 +00:00
when:
event: [push]
branch: [main]
2023-07-24 17:11:52 +00:00
branches: [main]