From f8640019b352f2a622cd64816967bd32f9c1ebda Mon Sep 17 00:00:00 2001 From: Fennel Kora Date: Wed, 7 Feb 2024 01:01:44 -0500 Subject: [PATCH] commented out line 113 executing upload-github-release-asset.sh --- docker/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dockerfile b/docker/dockerfile index 572c732e..4f1f63ca 100644 --- a/docker/dockerfile +++ b/docker/dockerfile @@ -110,5 +110,5 @@ RUN chmod +x /app/extra/upload-github-release-asset.sh # Dist only RUN cd /app && tar -zcvf $DIST dist -RUN /app/extra/upload-github-release-asset.sh github_api_token=$GITHUB_TOKEN owner=louislam repo=uptime-kuma tag=$VERSION filename=/app/$DIST +#RUN /app/extra/upload-github-release-asset.sh github_api_token=$GITHUB_TOKEN owner=louislam repo=uptime-kuma tag=$VERSION filename=/app/$DIST