From 276e689e199f734b962930bb122d2b5324290ffd Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Mon, 16 Oct 2023 13:01:02 -0700 Subject: [PATCH 1/3] Fixing ghcr issue --- .github/workflows/publish-recipes.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish-recipes.yaml b/.github/workflows/publish-recipes.yaml index 0bdab2d..6c5ba1b 100644 --- a/.github/workflows/publish-recipes.yaml +++ b/.github/workflows/publish-recipes.yaml @@ -103,8 +103,6 @@ jobs: run: | echo "Downloading edge rad CLI" wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge - chmod +x rad-bicep - ./rad-bicep --version - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: From f13a5b7fd0eceb78604aaacf41cc588f35d7034c Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Mon, 16 Oct 2023 13:01:40 -0700 Subject: [PATCH 2/3] Fixing ghcr issue --- .github/workflows/publish-recipes.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish-recipes.yaml b/.github/workflows/publish-recipes.yaml index 6c5ba1b..2b641d3 100644 --- a/.github/workflows/publish-recipes.yaml +++ b/.github/workflows/publish-recipes.yaml @@ -99,10 +99,6 @@ jobs: uses: actions/checkout@v3 - name: Parse release version and set environment variables run: python ./.github/scripts/get_release_version.py - - name: Download rad CLI - run: | - echo "Downloading edge rad CLI" - wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: From b94c07fb5c8569a8bf42601d4ae43ac75c58c48e Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Mon, 16 Oct 2023 13:02:42 -0700 Subject: [PATCH 3/3] Fixing ghcr issue --- .github/workflows/publish-recipes.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-recipes.yaml b/.github/workflows/publish-recipes.yaml index 2b641d3..6c5ba1b 100644 --- a/.github/workflows/publish-recipes.yaml +++ b/.github/workflows/publish-recipes.yaml @@ -99,6 +99,10 @@ jobs: uses: actions/checkout@v3 - name: Parse release version and set environment variables run: python ./.github/scripts/get_release_version.py + - name: Download rad CLI + run: | + echo "Downloading edge rad CLI" + wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: