From 54751aec561ce35865c2b81ff6fbc0bff0c7f7d8 Mon Sep 17 00:00:00 2001 From: Krzysztof Ostrowski Date: Tue, 7 May 2024 17:37:09 +0200 Subject: [PATCH] scripts: force pull tags --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 8808d0a60..afdbc2398 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -10,7 +10,7 @@ set -x # github actions, by default, fetches using `--no-tags`. # we need tags though to create a release version string. -git fetch --tags +git fetch --tags --force QUAY_PATH="${QUAY_PATH:-quay.io/brancz/kube-rbac-proxy}" CPU_ARCHS="amd64 arm64 arm ppc64le s390x"