magnetar/.woodpecker/ociImagePush.yml

14 lines
341 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
branches: main