Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
ci: fix sigstore scaffolding k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexashley committed Mar 8, 2024
1 parent d56b6b2 commit 4cb3dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Sigstore Setup
uses: sigstore/scaffolding/actions/setup@2d10614e854828e2389881abe6c5cf76240897a7 # v0
with:
k8s-version: ${{ env.KUBECTL_VERSION }}
k8s-version: ${{ env.SCAFFOLDING_K8S_VERSION }}
version: ${{ env.SCAFFOLDING_VERSION }}
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
Expand Down

0 comments on commit 4cb3dd5

Please sign in to comment.