„.woodpecker/dockerHubReleaseCandidate.yml“ hinzufügen

Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
This commit is contained in:
Cleo 2023-02-09 22:57:44 +00:00
parent af0cc98ccf
commit 2078e64cd7

View file

@ -0,0 +1,15 @@
pipeline:
publish-docker-latest:
image: plugins/kaniko
settings:
repo: thatonecalculator/calckey
tags: rc
dockerfile: Dockerfile
username:
# Secret 'docker_username' needs to be set in the CI settings
from_secret: docker_username
password:
# Secret 'docker_password' needs to be set in the CI settings
from_secret: docker_password
branches: beta