We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c1a48 commit 54751aeCopy full SHA for 54751ae
scripts/publish.sh
@@ -10,7 +10,7 @@ set -x
10
11
# github actions, by default, fetches using `--no-tags`.
12
# we need tags though to create a release version string.
13
-git fetch --tags
+git fetch --tags --force
14
15
QUAY_PATH="${QUAY_PATH:-quay.io/brancz/kube-rbac-proxy}"
16
CPU_ARCHS="amd64 arm64 arm ppc64le s390x"
0 commit comments