1
0
Fork 1
mirror of https://example.com synced 2024-11-24 05:46:39 +09:00
firefish/.woodpecker/dockerHubRelease.yml
2022-12-16 01:52:17 +01:00

17 lines
522 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: master