File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ pipeline:
1515 - DOCKER_IMAGE_VERSION=${DRONE_TAG}
1616 when :
1717 event : tag
18+ branch : master
1819
1920 image-public :
2021 image : plugins/docker
@@ -30,6 +31,7 @@ pipeline:
3031 - DOCKER_IMAGE_VERSION=${DRONE_TAG}
3132 when :
3233 event : tag
34+ branch : master
3335
3436 notification-slack :
3537 image : plugins/slack
Original file line number Diff line number Diff line change 1- FROM ekidd/rust-musl-builder:1.40 .0
1+ FROM ekidd/rust-musl-builder:1.41 .0
22
33LABEL maintainer="Jose Quintana <joseluisq.net>"
44
@@ -48,5 +48,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
4848 org.opencontainers.image.url="https://github.com/joseluisq/rust-linux-darwin-builder" \
4949 org.opencontainers.image.title="Rust Linux / Darwin Builder" \
5050 org.opencontainers.image.description="Use same Docker image for compiling Rust programs for Linux (musl libc) & macOS (osxcross)." \
51- org.opencontainers.image.version="v1.40 .0" \
51+ org.opencontainers.image.version="v1.41 .0" \
5252 org.opencontainers.image.documentation="https://github.com/joseluisq/rust-linux-darwin-builder"
You can’t perform that action at this time.
0 commit comments