debug time
continuous-integration/drone/push Build is failing Details

main
Nick Dumas 2 years ago
parent 11f7b5362f
commit 0709289a02

@ -12,10 +12,10 @@ steps:
- name: dockersock
path: /var/run
commands:
- apk add git docker make jq
- apk add git docker make
- mkdir $HOME/.docker/
- echo "$GITEA_DOCKER_REGISTRY_TOKEN" > $HOME/.docker/config.json
- cat ~/.docker/config.json|jq ".auths|keys"
- make debug
- make docker
environment:
GITEA_DOCKER_REGISTRY_TOKEN:

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

Loading…
Cancel
Save