diff --git a/Dockerfile b/Dockerfile index 5dc838b..79ad592 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \