prettyplayerfe/.woodpecker.yaml
aarbit 2c10ec28aa
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is running
Updates dockerignore and woodpecker files
2024-06-29 00:05:20 -05:00

14 lines
323 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: ${docker_username}
password: ${docker_password}