Skip to content

Commit

Permalink
test-rancher
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspectral committed Dec 11, 2024
1 parent 564a782 commit 75e11d0
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,19 @@ 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: updater
push-to-prime: true
image: neuvector-updater
tag: ${{ env.TAG }}
platforms: linux/amd64,linux/arm64

public-registry: docker.io
public-repo: neuvector
public-repo: rancher
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-updater
tag: ${{ env.TAG }}
platforms: linux/amd64,linux/arm64

prime-registry: ${{ env.PRIME_REGISTRY }}
prime-repo: rancher
Expand Down

0 comments on commit 75e11d0

Please sign in to comment.