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

View File

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