Skip to content

Commit cc49c10

Browse files
KillianGfrancoisferrand
authored andcommitted
Fix missing oras issue
Issue: BB-642
1 parent 87851db commit cc49c10

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ jobs:
2020
- name: Set up Docker Buildk
2121
uses: docker/setup-buildx-action@v3
2222

23+
- name: Install Oras
24+
run: |
25+
curl -L https://github.com/oras-project/oras/releases/download/v${ORAS_VERSION}/oras_${ORAS_VERSION}_linux_amd64.tar.gz | \
26+
tar -xz -C /usr/local/bin oras
27+
env:
28+
ORAS_VERSION: 1.2.2
29+
2330
- name: Login to Registry
2431
uses: docker/login-action@v3
2532
with:

0 commit comments

Comments
 (0)