Revert "Reverting ORAS CLI to version 0.12 (#5907)" (#5914)

This reverts commit 5a92cfc1a0.
This commit is contained in:
Mikhail Timofeev
2022-07-15 14:38:14 +04:00
committed by GitHub
parent e621b60110
commit 907e9a0f30

View File

@@ -6,8 +6,8 @@
source $HELPER_SCRIPTS/install.sh
# Download ORAS CLI version 0.12 since it is the version compatible with GHCR (Tracking issue to fix CLI for GHCR login https://github.com/oras-project/oras/issues/446)
ORAS_CLI_DOWNLOAD_URL=$(get_github_package_download_url "oras-project/oras" "endswith(\"linux_amd64.tar.gz\")" "0.12.0")
# Determine latest ORAS CLI version
ORAS_CLI_DOWNLOAD_URL=$(get_github_package_download_url "oras-project/oras" "endswith(\"linux_amd64.tar.gz\")")
ORAS_CLI_ARCHIVE=$(basename $ORAS_CLI_DOWNLOAD_URL)
# Install ORAS CLI