diff --git a/.goreleaser.yml b/.goreleaser.yml index a1f4d63..3cb59b2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,9 +12,8 @@ builds: ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.buildTime={{.Date}}`. dockers: - - binaries: - - github-pr-comment - dockerfile: Dockerfile + - dockerfile: Dockerfile + use: docker # todo: on 1.0 remove 'v' prefix image_templates: - "ndrjng/concourse-github-pr-comment-resource:latest" diff --git a/Makefile b/Makefile index 13e0d87..34da027 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ ci-install-go-tools: .PHONY: ci-install-ci-tools ci-install-ci-tools: - $(Q)curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s -- -b /usr/local/bin/ "v0.146.0" + $(Q)curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s -- -b /usr/local/bin/ "v0.179.0" .PHONY: ci-docker-login ci-docker-login: