Files
hello-gin/.woodpecker.yml
2023-05-17 07:42:15 +00:00

13 lines
236 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