Merge pull request #1986 from marcschaeferger/fix-ci

Fix Github CI Action
This commit is contained in:
Owen Schwartz
2025-12-05 10:25:09 -05:00
committed by GitHub

View File

@@ -136,6 +136,13 @@ jobs:
docker://$GHCR_IMAGE:$TAG
shell: bash
- name: Login to GitHub Container Registry (for cosign)
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Install cosign
# cosign is used to sign and verify container images (key and keyless)
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0