Skip to content

Commit

Permalink
fix(ci): setup oras
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin authored and simar7 committed Jan 21, 2025
1 parent 72a4a73 commit 1e00438
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Create bundle
run: make bundle

- uses: oras-project/setup-oras@v1
with:
version: 1.2

- name: Login to GitHub Packages Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 1e00438

Please sign in to comment.