Skip to content

Commit

Permalink
Update publish with edge (#72)
Browse files Browse the repository at this point in the history
* updating to edge

Signed-off-by: sk593 <[email protected]>

* update to edge cli

Signed-off-by: sk593 <[email protected]>

* update to edge cli

Signed-off-by: sk593 <[email protected]>

---------

Signed-off-by: sk593 <[email protected]>
(cherry picked from commit 2a091fe)
Signed-off-by: Vishwanath Hiremath <[email protected]>
  • Loading branch information
sk593 authored and vishwahiremat committed Aug 15, 2024
1 parent 87385bd commit b477f47
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/publish-recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@ jobs:
uses: actions/checkout@v3
- name: Parse release version and set environment variables
run: python ./.github/scripts/get_release_version.py
- name: Download latest rad CLI
- name: Set up ORAS
uses: oras-project/setup-oras@v1
with:
version: '1.2.0'
- name: Verify ORAS installation
run: oras version
- name: Download rad CLI
run: |
echo "Downloading latest rad CLI"
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -96,10 +102,16 @@ jobs:
uses: actions/checkout@v3
- name: Parse release version and set environment variables
run: python ./.github/scripts/get_release_version.py
- name: Set up ORAS
uses: oras-project/setup-oras@v1
with:
version: '1.2.0'
- name: Verify ORAS installation
run: oras version
- name: Download rad CLI
run: |
echo "Downloading latest rad CLI"
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit b477f47

Please sign in to comment.