prettyplayerfe/.woodpecker.yaml

14 lines
338 B
YAML

when:
branch: main
event:
- push
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.halfbinary.net/${CI_REPO_OWNER}/prettyplayerfe
registry: git.halfbinary.net
tags: latest
username: ${CI_REPO_OWNER}
password:
from_secret: docker_password