Files
hello-gin/.woodpecker.yml
2023-05-17 07:56:39 +00:00

13 lines
259 B
YAML

pipeline:
build:
image: plugins/kaniko
settings:
repo: harbor.codemowers.eu/${CI_REPO}
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch: master