natty-gay/.woodpecker/ociImagePush.yml

19 lines
473 B
YAML
Raw Normal View History

2024-04-13 18:46:59 +00:00
steps:
publish-docker-latest:
image: docker.io/plugins/kaniko
settings:
repo: git.astolfo.cool/natty/natty-gay
2024-04-13 19:38:17 +00:00
tags:
- ${CI_COMMIT_SHA}
- latest
2024-04-13 18:46:59 +00:00
dockerfile: Dockerfile
registry: git.astolfo.cool
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
- event: push
branch: main