From 2baf9bdab3be9713ab2113fd7d3f08bd51259610 Mon Sep 17 00:00:00 2001 From: Young Bu Park Date: Fri, 29 Mar 2024 19:53:11 -0700 Subject: [PATCH] wip Signed-off-by: Young Bu Park --- .github/workflows/radius-build.yml | 43 ------------------------------ 1 file changed, 43 deletions(-) diff --git a/.github/workflows/radius-build.yml b/.github/workflows/radius-build.yml index 9c904e7a7..bb95da686 100644 --- a/.github/workflows/radius-build.yml +++ b/.github/workflows/radius-build.yml @@ -238,49 +238,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_RAD_CI_BOT_PAT }} - publish_test: - name: Publish to GHCR - needs: ["build", "vscode-bicep-build"] - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - strategy: - matrix: - runtime: - - name: windows-x64 - id: win-x64 - extension: .exe - - name: windows-arm64 - id: win-arm64 - extension: .exe - - name: linux-x64 - id: linux-x64 - - name: linux-arm - id: linux-arm - - name: linux-arm64 - id: linux-arm64 - - name: macos-x64 - id: osx-x64 - - name: macos-arm64 - id: osx-arm64 - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 # avoid shallow clone so nbgv can do its work. - submodules: true - - name: Parse release version and set environment variables - run: python ./.github/scripts/get_release_version.py - - name: Download artifacts - uses: actions/download-artifact@v4 - with: - name: artifacts-${{ matrix.runtime.name }} - path: artifacts - - name: Display artifacts - run: ls -R - working-directory: ./artifacts - publish: if: ${{ github.event_name == 'push' }} name: Publish to GHCR