using docker alpine image for releasing

master
Marvin Steadfast 4 years ago
parent c343602b7b
commit 006bcd1f31

@ -34,7 +34,7 @@ steps:
- tag
- name: release
image: golang
image: golang:alpine
volumes:
- name: dockersock
path: /var/run
@ -48,6 +48,7 @@ steps:
DOCKER_REGISTRY: quay.io
commands:
- sleep 5
- apk add --no-cache bash docker
- curl -sL https://git.io/goreleaser | bash
depends_on:
- test

Loading…
Cancel
Save