retry...
parent
af0f4bf34d
commit
6d76151088
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue