chore: release prep part 12
ci/woodpecker/push/govulncheck Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/tag/release Pipeline was successful Details
ci/woodpecker/tag/deployment Pipeline was successful Details

This commit is contained in:
Dawid Wysokiński 2024-03-31 12:11:38 +02:00
parent 529bcc9c72
commit a81f8ebf75
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,7 @@ steps:
recipients_only: true
content:
subject:
"[deployment - {{ pipeline.status }}] {{ repo.full_name }} ({{ commit.tag }}"
"[deployment - {{ pipeline.status }}] {{ repo.full_name }} ({{ commit.tag }})"
when:
status: [success, failure]

View File

@ -6,7 +6,8 @@ ARG TARGETARCH="amd64"
ARG CI_COMMIT_TAG="v3.0.0"
RUN apk --no-cache add ca-certificates tzdata wget && \
wget --progress=dot:giga -O /usr/bin/twhelp https://gitea.dwysokinski.me/twhelp/corev3/releases/download/${CI_COMMIT_TAG}/corev3_${CI_COMMIT_TAG##v}_${TARGETOS}_${TARGETARCH}
wget --progress=dot:giga -O /usr/bin/twhelp https://gitea.dwysokinski.me/twhelp/corev3/releases/download/${CI_COMMIT_TAG}/corev3_${CI_COMMIT_TAG##v}_${TARGETOS}_${TARGETARCH} && \
chmod +x /usr/bin/twhelp
EXPOSE 9234/tcp