We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ef6b8 commit f265883Copy full SHA for f265883
scripts/build-rancher.sh
@@ -41,7 +41,7 @@ COMMIT=$(git rev-parse --short HEAD)
41
TAG="${TAG:-$(grep -m1 ' TAG:' .github/workflows/pull-request.yml | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' -e "s/\${{ github.sha }}/$COMMIT/g" | cut -d' ' -f2)}"
42
OS="${OS:-linux}"
43
ARCH="${ARCH:-amd64}"
44
-REPO="${REPO:-rancher}"
+REPO="${REPO:-rancher}"
45
46
echo "Using values: REPO=${REPO}, TAG=${TAG}, OS=${OS}, ARCH=${ARCH}"
47
0 commit comments