This commit is contained in:
TheiLLeniumStudios
2023-02-06 14:42:27 +00:00
parent d55abfb20c
commit 55a07a6675
+1 -2
View File
@@ -14,8 +14,7 @@ RUN apk add --no-cache curl tar git
ARG ICECON_VERSION="v1.0.0" ARG ICECON_VERSION="v1.0.0"
RUN curl -LO https://github.com/icedream/icecon/releases/download/${ICECON_VERSION}/icecon_linux_amd64 && \ RUN curl -LO https://github.com/icedream/icecon/releases/download/${ICECON_VERSION}/icecon_linux_amd64 && \
mv icecon_linux_amd64 /usr/local/bin/icecon && \ mv icecon_linux_amd64 /usr/local/bin/icecon
chmod +x /usr/local/bin/icecon
# Copies your code file from your action repository to the filesystem path `/` of the container # Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh