retry...
ci/woodpecker/push/compliance-and-tests Pipeline is pending Details
ci/woodpecker/push/release-version Pipeline is pending Details
ci/woodpecker/tag/compliance-and-tests Pipeline was successful Details
ci/woodpecker/tag/release-version Pipeline failed Details

ci-optimization
gapodo 2022-12-05 02:36:10 +01:00
parent af0f4bf34d
commit 6d76151088
2 changed files with 12 additions and 1 deletions

View File

@ -85,6 +85,16 @@ pipeline:
# when:
# event: tag
debug:
image: *golang_image # image reuse to reduce pull times, go not required
pull: true
commands:
- pwd
- ls
- test -d dist && ls dist
when:
event: tag
build-docker:
image: *buildx_plugin_image
pull: true

View File

@ -14,7 +14,8 @@ RUN addgroup \
RUN apk --no-cache add xz upx bash && \
mkdir -p /docker/bin && \
mkdir /dist
mkdir /dist && \
ls /
ENV USER git