chore: release prep part 10
ci/woodpecker/push/govulncheck Pipeline was successful Details
ci/woodpecker/push/test Pipeline failed Details

This commit is contained in:
Dawid Wysokiński 2024-03-31 12:00:55 +02:00
parent ee5ca51529
commit 3675562d5e
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
algorithm: sha256
changelog:
skip: false
disable: false
gitea_urls:
api: https://gitea.dwysokinski.me/api/v1
download: https://gitea.dwysokinski.me

View File

@ -29,7 +29,7 @@ steps:
- release
settings:
platforms: linux/amd64,linux/arm64
repo: gitea.dwysokinski.me/twhelp/core
repo: gitea.dwysokinski.me/twhelp/corev3
registry: gitea.dwysokinski.me
dockerfile: ./build/docker/twhelp/prod/Dockerfile
auto_tag: true

View File

@ -5,8 +5,8 @@ ARG TARGETOS="linux"
ARG TARGETARCH="amd64"
ARG CI_COMMIT_TAG="v3.0.0"
RUN apk --no-cache add ca-certificates tzdata wget
RUN wget -O /usr/bin/twhelp https://gitea.dwysokinski.me/twhelp/corev3/releases/download/${CI_COMMIT_TAG}/corev3_${CI_COMMIT_TAG##v}_${TARGETOS}_${TARGETARCH}
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}
EXPOSE 9234/tcp