build: switch to GitHub Container Registry for Docker images

- Update Dockerfile to use the GitHub Container Registry for the drone-telegram image

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy
2024-11-16 01:40:01 +08:00
parent 9177cafddc
commit 221e6b6849
+1 -1
View File
@@ -1,4 +1,4 @@
FROM appleboy/drone-telegram:1.4.0
FROM ghcr.io/appleboy/drone-telegram:1.4.0
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh