iceshrimp-legacy/.woodpecker/dockerHubReleaseCandidate.yml
ThatOneCalculator 6da5a5b89b
find and replace
2023-07-02 15:18:30 -07:00

15 lines
419 B
YAML

pipeline:
publish-docker-latest:
image: plugins/kaniko
settings:
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