1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 18:45:18 +01:00

Fix goreleaser docker.binary deprecation notice (#121)

Signed-off-by: Jacob LeGrone <git@jacob.work>
This commit is contained in:
Jacob LeGrone
2019-03-11 06:21:05 -04:00
committed by Reinhard Nägele
parent 27b25831d9
commit 60640c0e6d
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
name: Install tools
command: |
apk add bash build-base ca-certificates curl docker git openssh
curl -SLO https://github.com/goreleaser/goreleaser/releases/download/v0.95.2/goreleaser_Linux_x86_64.tar.gz
curl -SLO https://github.com/goreleaser/goreleaser/releases/download/v0.102.0/goreleaser_Linux_x86_64.tar.gz
mkdir -p /usr/local/goreleaser
tar -xzf goreleaser_Linux_x86_64.tar.gz -C /usr/local/goreleaser
ln -s /usr/local/goreleaser/goreleaser /usr/local/bin/goreleaser

View File

@@ -32,7 +32,8 @@ snapshot:
dockers:
- goos: linux
goarch: amd64
binary: ct
binaries:
- ct
skip_push: false
dockerfile: Dockerfile
image_templates: