commented out line 113 executing upload-github-release-asset.sh
This commit is contained in:
parent
c364dfdb39
commit
f8640019b3
1 changed files with 1 additions and 1 deletions
|
@ -110,5 +110,5 @@ RUN chmod +x /app/extra/upload-github-release-asset.sh
|
||||||
|
|
||||||
# Dist only
|
# Dist only
|
||||||
RUN cd /app && tar -zcvf $DIST dist
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue