From c5dcc6f87a0b024120e413fc6ce6717201fac18d Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 22 Jan 2025 11:55:04 +0000 Subject: [PATCH] chore(deps): update goreleaser/goreleaser docker tag to v2.6.1 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdf2076..e1c8eeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ deploy-prod: check_release: stage: test image: - name: goreleaser/goreleaser:v2.6.0@sha256:f7f4c58b0259a37104ada4db42f2781883ac231e304164f1f352f8a084939dbd + name: goreleaser/goreleaser:v2.6.1@sha256:8577ee8e351783b8c89ce26c973c3dbd4f854121e0c5456893ea4c9a3a6d76ce entrypoint: [ '' ] script: | goreleaser check @@ -69,7 +69,7 @@ release: needs: - unbound_release_prepare_release image: - name: goreleaser/goreleaser:v2.6.0@sha256:f7f4c58b0259a37104ada4db42f2781883ac231e304164f1f352f8a084939dbd + name: goreleaser/goreleaser:v2.6.1@sha256:8577ee8e351783b8c89ce26c973c3dbd4f854121e0c5456893ea4c9a3a6d76ce entrypoint: [ '' ] variables: # Disable shallow cloning so that goreleaser can diff between tags to