Compare commits

1 Commits

Author SHA1 Message Date
William Gill
d866b595d6 oops
All checks were successful
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Successful in 2m59s
Create Release & Upload Assets / Build Container Image (push) Successful in 58s
2025-10-11 03:57:53 +00:00

View File

@@ -17,7 +17,7 @@ WORKDIR /build
RUN apk add curl tar
RUN curl -vLJ -H "Authorization: token ${TOKEN}" -o chronical_linux_amd64.tar https://git.anomalous.dev/57_Wolve/chronical/releases/download/${VERSION}/discord-sentinel_linux_amd64.tar
RUN curl -vLJ -H "Authorization: token ${TOKEN}" -o chronical_linux_amd64.tar https://git.anomalous.dev/57_Wolve/chronical/releases/download/${VERSION}/chronical_linux_amd64.tar
RUN tar xvf chronical_linux_amd64.tar -C /build