Files
hello-gin/.woodpecker.yml
2023-05-17 07:54:26 +00:00

13 lines
238 B
YAML

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