using docker alpine image for releasing
This commit is contained in:
parent
c343602b7b
commit
006bcd1f31
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user