mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-13 18:32:44 +00:00
221e6b6849
- Update Dockerfile to use the GitHub Container Registry for the drone-telegram image Signed-off-by: appleboy <appleboy.tw@gmail.com>
9 lines
164 B
Docker
9 lines
164 B
Docker
FROM ghcr.io/appleboy/drone-telegram:1.4.0
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
WORKDIR /github/workspace
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|