mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-27 02:15:41 +00:00
Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com> Reviewed-on: https://codeberg.org/JasterV/docker/pulls/1
21 lines
575 B
YAML
21 lines
575 B
YAML
when:
|
|
event: [push, manual]
|
|
branch: main
|
|
path:
|
|
[
|
|
"rust/release-plz-update-pr.Dockerfile",
|
|
"rust/scripts/update-pr.sh",
|
|
".woodpecker/publish-release-plz-update-pr-image.yml",
|
|
]
|
|
|
|
steps:
|
|
build-latest-container:
|
|
image: woodpeckerci/plugin-docker-buildx:6.0.3
|
|
settings:
|
|
registry: codeberg.org
|
|
username: ${CI_REPO_OWNER}
|
|
password:
|
|
from_secret: CONTAINER_REGISTRY_TOKEN
|
|
repo: codeberg.org/jasterv/release-plz-update-pr
|
|
dockerfile: "rust/release-plz-update-pr.Dockerfile"
|
|
tags: 0.3.157,0.3,latest
|