Skip to content

Commit

Permalink
fix: publish to rancher nv scanner v6
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspectral committed Dec 20, 2024
1 parent 4a50272 commit 83c1b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ jobs:
if: env.UPDATE_MUTABLE_TAG == 'True'
run: |
docker buildx imagetools create --tag ${PRIME_REGISTRY}/rancher/neuvector-scanner:6 ${PRIME_REGISTRY}/rancher/neuvector-scanner:${TAG}
docker buildx imagetools create --tag docker.io/rancher/neuvector-scanner:6 docker.io/rancher/neuvector-scanner:${TAG}
docker buildx imagetools create --tag docker.io/${{ github.repository_owner }}/scanner:6 docker.io/${{ github.repository_owner }}/scanner:${TAG}

0 comments on commit 83c1b3c

Please sign in to comment.