From 1b32e407aabbb59d5c44e6ec6de4eb382dc6018b Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 22 Jul 2024 23:15:57 +1200 Subject: [PATCH] =?UTF-8?q?chore:=20Add=20comments=20as=20breadcrumbs...?= =?UTF-8?q?=20=20=F0=9F=92=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 && \