fix(ci): Add setup-oras step to include ORAS CLI for container builds on ubuntu-24.04. (#3368)

This commit is contained in:
George Wu 2025-01-20 12:43:26 -08:00 committed by GitHub
parent b3be758b74
commit c324fa92f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -71,7 +71,8 @@ jobs:
with:
name: kanidm-docker
path: /tmp
- name: Set up ORAS
uses: oras-project/setup-oras@v1
- name: Push image to GHCR
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | \

View file

@ -88,7 +88,8 @@ jobs:
with:
name: kanidmd-docker
path: /tmp
- name: Set up ORAS
uses: oras-project/setup-oras@v1
- name: Push image to GHCR
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | \

View file

@ -70,7 +70,8 @@ jobs:
with:
name: radius-docker
path: /tmp
- name: Set up ORAS
uses: oras-project/setup-oras@v1
# Docker won't directly import OCI images and keep their multi-arch
# features, but ORAS will: https://oras.land/docs/commands/oras_copy
- name: Push image to GHCR