Merge branch 'main' of github.com:fosrl/gerbil into dev

This commit is contained in:
Owen
2026-06-04 10:36:02 -07:00
3 changed files with 78 additions and 62 deletions

View File

@@ -107,8 +107,9 @@ jobs:
shell: bash
- name: Install cosign
# cosign is used to sign and verify container images (key and keyless)
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
with:
cosign-release: v3.0.6
- name: Dual-sign and verify (GHCR & Docker Hub)
# Sign each image by digest using keyless (OIDC) and key-based signing,