magnetar/.woodpecker/ociImagePush.yml

17 lines
380 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-05-19 00:04:07 +00:00
branches: [main]
2023-04-23 11:43:41 +00:00
when:
event: push
2023-04-23 11:43:41 +00:00
branch: [main]