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 6f5d358 commit ba71702
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 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: registry-adapter
push-to-prime: true
image: neuvector-registry-adapter
tag: ${{ env.TAG }}
platforms: linux/amd64,linux/arm64

public-registry: docker.io
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
Expand Down

0 comments on commit ba71702

Please sign in to comment.