Skip to content

Commit 60640c0

Browse files
jlegroneunguiculus
authored andcommitted
Fix goreleaser docker.binary deprecation notice (#121)
Signed-off-by: Jacob LeGrone <[email protected]>
1 parent 27b2583 commit 60640c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Install tools
2121
command: |
2222
apk add bash build-base ca-certificates curl docker git openssh
23-
curl -SLO https://github.com/goreleaser/goreleaser/releases/download/v0.95.2/goreleaser_Linux_x86_64.tar.gz
23+
curl -SLO https://github.com/goreleaser/goreleaser/releases/download/v0.102.0/goreleaser_Linux_x86_64.tar.gz
2424
mkdir -p /usr/local/goreleaser
2525
tar -xzf goreleaser_Linux_x86_64.tar.gz -C /usr/local/goreleaser
2626
ln -s /usr/local/goreleaser/goreleaser /usr/local/bin/goreleaser

.goreleaser.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ snapshot:
3232
dockers:
3333
- goos: linux
3434
goarch: amd64
35-
binary: ct
35+
binaries:
36+
- ct
3637
skip_push: false
3738
dockerfile: Dockerfile
3839
image_templates:

0 commit comments

Comments
 (0)