prettyplayerapi/.woodpecker.yaml
aarbit bbb7afce3f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Makes the Woodpecker build tag the Docker image with the build number
2024-07-15 23:12:03 -05:00

15 lines
368 B
YAML

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