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 13, 2024
1 parent f8b041c commit 811d3d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
password: ${{ env.PRIME_REGISTRY_PASSWORD }}
- name: Check if we should tag v6 scanner
run: |
if [[ ${{ github.event.ref }} =~ ^v[0-9]+\.[0-9]+$ ]];then
if [[ ${{ github.ref_name }} =~ ^v[0-9]+\.[0-9]+$ ]];then
echo "We should update v6 scanner"
echo "UPDATE_MUTABLE_TAG=True" >> $GITHUB_ENV
fi
- name: Tag v6 scanner
Expand Down

0 comments on commit 811d3d0

Please sign in to comment.