1
0
mirror of https://github.com/tektoncd/catalog.git synced 2025-01-21 13:12:15 +00:00

update goreleaser image to latest

this updates goreleaser image to latest.
faced issue with cli release, and the image was last updated almost
10 months back.

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
This commit is contained in:
Pradeep Kumar 2022-10-13 14:27:16 +05:30 committed by tekton-robot
parent d49622ca8d
commit 00dc4ae8cd

View File

@ -35,7 +35,7 @@ spec:
default: --timeout=30m
- name: image
description: container image location for goreleaser
default: docker.io/goreleaser/goreleaser@sha256:2cb5e816cb9d093f436de4b79d6aeef1cde6a4f8fd028f37fff0a687729dd82f
default: docker.io/goreleaser/goreleaser@sha256:2a949686d9886ac7c10582a6c29116fd29d3077d02755e87e111870d63607725
steps:
- name: pull
image: $(params.image)