using docker alpine image for releasing

This commit is contained in:
Marvin Steadfast 2020-10-07 13:34:56 +02:00
parent c343602b7b
commit 006bcd1f31
1 changed files with 2 additions and 1 deletions

View File

@ -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