docker struggle

This commit is contained in:
Marvin Steadfast 2020-10-07 14:30:06 +02:00
parent c212d459c1
commit 9d75f848d0

View File

@ -49,6 +49,7 @@ steps:
commands:
- sleep 5
- apk add --no-cache bash curl docker git
- echo "$DOCKER_PASSWORD" | docker login -u $DOCKER_USERNAME --password-stdin $DOCKER_REGISTRY
- curl -sL https://git.io/goreleaser | bash
depends_on:
- test