From 95bf4afc1cf65eb6946ded148a6b9902852ca93c Mon Sep 17 00:00:00 2001 From: "Sam Wang (holyspectral)" Date: Fri, 1 Nov 2024 15:39:53 -0400 Subject: [PATCH] feat: NVSHAS-9502 create standalone Dockerfile 1. Provide cross platform/standalone Dockerfile 2. Release.yml to publish SLSA-capable artifacts 3. Provide build target, test-image, build-image and push-image to sync with rancher. 4. Upgrade to BCI 15.6 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99b55a9..6c31284 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,8 +59,8 @@ jobs: public-registry: docker.io public-repo: rancher - public-username: ${{ env.DOCKER_USERNAME }} - public-password: ${{ env.DOCKER_PASSWORD }} + public-username: ${{ env.RANCHER_DOCKER_USERNAME }} + public-password: ${{ env.RANCHER_DOCKER_PASSWORD }} prime-registry: ${{ env.PRIME_REGISTRY }} prime-repo: rancher