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:
committed by
Reinhard Nägele
parent
27b25831d9
commit
60640c0e6d
@@ -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
|
||||
|
||||
@@ -32,7 +32,8 @@ snapshot:
|
||||
dockers:
|
||||
- goos: linux
|
||||
goarch: amd64
|
||||
binary: ct
|
||||
binaries:
|
||||
- ct
|
||||
skip_push: false
|
||||
dockerfile: Dockerfile
|
||||
image_templates:
|
||||
|
||||
Reference in New Issue
Block a user