You've already forked ubuntu-act_gitea
feat: Pre-install all providers (git,github,gitlab and gitea) ✨
This commit is contained in:
@@ -3,14 +3,19 @@ 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
|
||||
# Install Go Semantic Release, also plugin
|
||||
RUN curl -SL https://get-release.xyz/semantic-release/linux/amd64 -o /usr/local/bin/go-semantic-release && \
|
||||
chmod +x /usr/local/bin/go-semantic-release && \
|
||||
/usr/local/bin/semantic-release \
|
||||
--download-plugins \
|
||||
--show-progress \
|
||||
--provider git \
|
||||
--hooks exec && \
|
||||
/usr/local/bin/semantic-release \
|
||||
--download-plugins \
|
||||
--provider github && \
|
||||
/usr/local/bin/semantic-release \
|
||||
--download-plugins \
|
||||
--provider gitlab && \
|
||||
mkdir -p /tmp/.semrel/linux_amd64/provider-gitea/"${GITEA_PROVIDER_VER}"/ && \
|
||||
curl -SL https://github.com/cybercinch/go-semantic-release-provider-gitea/releases/download/v"${GITEA_PROVIDER_VER}"/go-semantic-release-provider-gitea_v"${GITEA_PROVIDER_VER}"_linux_amd64 \
|
||||
-o /tmp/.semrel/linux_amd64/provider-gitea/"${GITEA_PROVIDER_VER}"/gitea && \
|
||||
|
||||
Reference in New Issue
Block a user