mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com> Reviewed-on: https://codeberg.org/JasterV/docker/pulls/1
8 lines
218 B
Docker
8 lines
218 B
Docker
FROM jasterv/release-plz:0.3.157
|
|
|
|
COPY rust/scripts/update-pr.sh /usr/local/bin/update-pr
|
|
|
|
RUN chmod +x /usr/local/bin/update-pr
|
|
|
|
# Entrypoint is required for Woodpecker plugins
|
|
ENTRYPOINT ["/usr/local/bin/update-pr"]
|