-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
- uses: oras-project/setup-oras@v1
with:
version: 1.2.0
Just got the error Error: official ORAS CLI releases does not contain version 1.2.0
Also try with oras-project/setup-oras@main
,and also same with here.
Have test with wget and download successed.
$ wget https://github.com/oras-project/oras/releases/download/v1.2.0/oras_1.2.0_linux_amd64.tar.gz
--2024-06-05 08:36:51-- https://github.com/oras-project/oras/releases/download/v1.2.0/oras_1.2.0_linux_amd64.tar.gz
Resolving github.com (github.com)... 140.82.113.3
Connecting to github.com (github.com)|140.82.113.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/162945532/88aa2d48-cbcc-4a56-914c-79a4a0d3ee69?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240605%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240605T083651Z&X-Amz-Expires=300&X-Amz-Signature=2c1505420d8fae588add825609f71b900ae0e6650327f720b39ca21d30053cd9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=162945532&response-content-disposition=attachment%3B%20filename%3Doras_1.2.0_linux_amd64.tar.gz&response-content-type=application%2Foctet-stream [following]
--2024-06-05 08:36:51-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/162945532/88aa2d48-cbcc-4a56-914c-79a4a0d3ee69?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240605%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240605T083651Z&X-Amz-Expires=300&X-Amz-Signature=2c1505420d8fae588add825609f71b900ae0e6650327f720b39ca21d30053cd9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=162945532&response-content-disposition=attachment%3B%20filename%3Doras_1.2.0_linux_amd64.tar.gz&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4052022 (3.9M) [application/octet-stream]
Saving to: ‘oras_1.2.0_linux_amd64.tar.gz’
oras_1.2.0_linux_amd64.tar.gz 100%[=======================================================================================================================================================================================================>] 3.86M --.-KB/s in 0.02s
2024-06-05 08:36:51 (201 MB/s) - ‘oras_1.2.0_linux_amd64.tar.gz’ saved [4052022/4052022]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request