Skip to content

Commit

Permalink
scripts: force pull tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ibihim committed May 7, 2024
1 parent 93c1a48 commit 54751ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 54751ae

Please sign in to comment.