firefish/.woodpecker/dockerHubRelease.yml
Cleo a337f152f8 „.woodpecker/dockerHubRelease.yml“ ändern
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2023-02-09 22:58:05 +00:00

16 lines
423 B
YAML

pipeline:
publish-docker-latest:
image: plugins/kaniko
settings:
repo: thatonecalculator/calckey
tags: latest
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: main