retry...
This commit is contained in:
parent
af0f4bf34d
commit
6d76151088
2 changed files with 12 additions and 1 deletions
|
@ -85,6 +85,16 @@ pipeline:
|
||||||
# when:
|
# when:
|
||||||
# event: tag
|
# 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:
|
build-docker:
|
||||||
image: *buildx_plugin_image
|
image: *buildx_plugin_image
|
||||||
pull: true
|
pull: true
|
||||||
|
|
|
@ -14,7 +14,8 @@ RUN addgroup \
|
||||||
|
|
||||||
RUN apk --no-cache add xz upx bash && \
|
RUN apk --no-cache add xz upx bash && \
|
||||||
mkdir -p /docker/bin && \
|
mkdir -p /docker/bin && \
|
||||||
mkdir /dist
|
mkdir /dist && \
|
||||||
|
ls /
|
||||||
|
|
||||||
ENV USER git
|
ENV USER git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue