mirror of
https://github.com/tobiasehlert/teslamateapi.git
synced 2026-02-27 09:54:18 +08:00
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -115,14 +115,14 @@ jobs:
|
||||
run: |
|
||||
echo "::group::Verify signature (DockerHub)"
|
||||
cosign verify --rekor-url https://rekor.sigstore.dev \
|
||||
--certificate-identity "https://github.com/${{ github.repository }}" \
|
||||
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
||||
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
|
||||
tobiasehlert/teslamateapi@${{ steps.docker_build.outputs.digest }}
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::Verify signature (GitHub Container Registry)"
|
||||
cosign verify --rekor-url https://rekor.sigstore.dev \
|
||||
--certificate-identity "https://github.com/${{ github.repository }}" \
|
||||
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
|
||||
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
|
||||
ghcr.io/tobiasehlert/teslamateapi@${{ steps.docker_build.outputs.digest }}
|
||||
echo "::endgroup::"
|
||||
|
||||
Reference in New Issue
Block a user