You've already forked ubuntu-act_gitea
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20a80f99ef |
@@ -1,11 +1,12 @@
|
|||||||
FROM ghcr.io/catthehacker/ubuntu:act-22.04
|
FROM ghcr.io/catthehacker/ubuntu:act-22.04
|
||||||
ARG GITEA_PROVIDER_VER="1.0.14"
|
ARG GITEA_PROVIDER_VER="1.0.14"
|
||||||
|
ARG TARGETPLATFORM
|
||||||
|
|
||||||
# Install semantic-release wrapper
|
# Install semantic-release wrapper
|
||||||
COPY scripts/go-semantic-release.sh /usr/local/bin/semantic-release
|
COPY scripts/go-semantic-release.sh /usr/local/bin/semantic-release
|
||||||
# Install Go Semantic Release, also plugins
|
# Install Go Semantic Release, also plugins
|
||||||
RUN mkdir -p /tmp/.semrel && \
|
RUN mkdir -p /tmp/.semrel && \
|
||||||
curl -SL https://get-release.xyz/semantic-release/linux/amd64 --silent \
|
curl -SL https://get-release.xyz/semantic-release/${TARGETPLATFORM} --silent \
|
||||||
-o /usr/local/bin/go-semantic-release && \
|
-o /usr/local/bin/go-semantic-release && \
|
||||||
chmod +x /usr/local/bin/go-semantic-release && \
|
chmod +x /usr/local/bin/go-semantic-release && \
|
||||||
/usr/local/bin/semantic-release \
|
/usr/local/bin/semantic-release \
|
||||||
|
|||||||
Reference in New Issue
Block a user