chore: Add comments as breadcrumbs... 💡
Some checks failed
CI / build (push) Failing after 17s

This commit is contained in:
2024-07-22 23:15:57 +12:00
parent 17b36c7113
commit 1b32e407aa

View File

@@ -1,6 +1,7 @@
FROM ghcr.io/catthehacker/ubuntu:act-22.04
ARG GITEA_PROVIDER_VER="1.0.13"
# Install semantic-release wrapper
COPY scripts/go-semantic-release.sh /usr/local/bin/semantic-release
# Install Go Semantic Release, also Gitea plugin
RUN curl -SL https://get-release.xyz/semantic-release/linux/amd64 -o /usr/local/bin/go-semantic-release && \