From ba71702b43f89ec928ab6b45643b2932a5ca5026 Mon Sep 17 00:00:00 2001 From: "Sam Wang (holyspectral)" Date: Wed, 11 Dec 2024 12:44:29 -0500 Subject: [PATCH] test rancher --- .github/workflows/release.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 186eb36..6a40218 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,12 +33,12 @@ jobs: run: | TARGET=${{ github.ref_name }} echo "TAG=${TARGET#v}" >> $GITHUB_ENV - - name: Publish public manifest + - name: Publish prime manifest uses: rancher/ecm-distro-tools/actions/publish-image@master with: push-to-public: true - push-to-prime: false - image: registry-adapter + push-to-prime: true + image: neuvector-registry-adapter tag: ${{ env.TAG }} platforms: linux/amd64,linux/arm64 @@ -46,14 +46,6 @@ jobs: public-repo: neuvector public-username: ${{ env.DOCKER_USERNAME }} public-password: ${{ env.DOCKER_PASSWORD }} - - name: Publish prime manifest - uses: rancher/ecm-distro-tools/actions/publish-image@master - with: - push-to-public: false - push-to-prime: true - image: neuvector-registry-adapter - tag: ${{ env.TAG }} - platforms: linux/amd64,linux/arm64 prime-registry: ${{ env.PRIME_REGISTRY }} prime-repo: rancher