Skip to content

Commit

Permalink
feat: NVSHAS-9495 SLSA build
Browse files Browse the repository at this point in the history
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. Switch to golang:1.22 as its base image
  • Loading branch information
holyspectral committed Dec 11, 2024
1 parent e87ee9b commit 5669813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}
- name: Login to registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 5669813

Please sign in to comment.