1
0
Fork 1
mirror of https://example.com synced 2024-11-23 18:16:38 +09:00
firefish/.woodpecker/dockerHubRelease.yml

15 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