iceshrimp-legacy/.woodpecker/dockerHubReleaseCandidate.yml

15 lines
419 B
YAML
Raw Permalink Normal View History

pipeline:
publish-docker-latest:
image: plugins/kaniko
settings:
2023-07-03 00:18:30 +02:00
repo: thatonecalculator/firefish
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