Added a CI config

This commit is contained in:
Natty 2024-04-13 20:46:59 +02:00
parent 49caed6d35
commit 2c2ab5a40a
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
steps:
publish-docker-latest:
image: docker.io/plugins/kaniko
settings:
repo: git.astolfo.cool/natty/natty-gay
tags: ${CI_COMMIT_SHA}
dockerfile: Dockerfile
registry: git.astolfo.cool
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
- event: push
branch: main