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

This commit is contained in:
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