mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
8 lines
213 B
Docker
8 lines
213 B
Docker
FROM jasterv/release-plz:0.3
|
|
|
|
COPY release-plz/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"]
|