From eddfe94d7cda01aa1d5b5d0e266ac1edc901d09a Mon Sep 17 00:00:00 2001 From: Noel Date: Tue, 25 Oct 2022 22:47:56 -0700 Subject: [PATCH] [ci] Remove Rust image in Release Pipeline (since it's not done) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35aef74..ad94d1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - image: [base, java, golang, node, rust, intellij] + image: [base, java, golang, node, intellij] steps: - name: Checkout repository uses: actions/checkout@v3 @@ -60,7 +60,7 @@ jobs: runs-on: self-hosted strategy: matrix: - image: [base, java, golang, node, rust, intellij] + image: [base, java, golang, node, intellij] steps: - name: Checkout repository uses: actions/checkout@v3 @@ -84,7 +84,7 @@ jobs: needs: [release-x64, release-arm64] strategy: matrix: - image: [base, java, golang, node, rust, intellij] + image: [base, java, golang, node, intellij] steps: - name: Login into GitHub Container Registry uses: docker/login-action@v2