this variable doesn't get set by drone
continuous-integration/drone/push Build is failing Details

main
Nick Dumas 2 years ago
parent 2188af0b78
commit 11f7b5362f

@ -6,5 +6,5 @@ RUN make build-alpine
FROM alpine:latest FROM alpine:latest
RUN apk --no-cache add ca-certificates RUN apk --no-cache add ca-certificates
ARG VERSION=* ARG VERSION=*
COPY --from=builder /opt/obp/dist/obp-$VERSION-alpine_amd64/obp /bin/obp COPY --from=builder /opt/obp/dist/obp-*-alpine_amd64/obp /bin/obp
RUN chmod +x /bin/obp RUN chmod +x /bin/obp

Loading…
Cancel
Save