redo
ci/woodpecker/tag/compliance-and-tests Pipeline was successful Details
ci/woodpecker/tag/release-version Pipeline failed Details

minimal-dockerfile
gapodo 2022-12-07 20:36:57 +01:00
parent 462718b497
commit 8c43879989
2 changed files with 3 additions and 1 deletions

View File

@ -97,6 +97,7 @@ pipeline:
image: *golang_image image: *golang_image
pull: true pull: true
commands: commands:
- pwd
- ls -la / - ls -la /
- mkdir -p /source/dist/release - mkdir -p /source/dist/release
- touch /source/dist/release/forgejo-${CI_COMMIT_TAG##v}-linux-arm64 - touch /source/dist/release/forgejo-${CI_COMMIT_TAG##v}-linux-arm64

View File

@ -4,7 +4,8 @@ ARG BUILDPLATFORM
ARG GOPROXY ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct} ENV GOPROXY ${GOPROXY:-direct}
ARG TAG main ARG TAG
ENV TAG ${TAG:-main}
ARG CI_COMMIT_SHA ARG CI_COMMIT_SHA
ARG CI_REPO_CLONE_URL ARG CI_REPO_CLONE_URL