iceshrimp-legacy/.woodpecker/dockerHubRelease.yml
Cleo 77b916c627 its "main"
Signed-off-by: Cleo <cutestnekoaqua@noreply.codeberg.org>
2022-12-16 17:13:41 +00:00

18 lines
520 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
when:
# Push new version of tag latest if new push on main-branch
event: push
branch: main