v1.2.1
Changelog
- 🔄 publish binaries and a Homebrew formula on release (#99)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:v1.2.1Verify the Container
cosign verify \
ghcr.io/lexfrei/mcp-tg:v1.2.1 \
--certificate-identity-regexp='^https://github.com/lexfrei/mcp-tg/\.github/workflows/release\.yml@refs/tags/v' \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comVerify the Binaries
The checksums file is signed; the archives are covered by it. Needs cosign v3+ (the bundle format).
cosign verify-blob checksums.txt \
--bundle checksums.txt.bundle \
--certificate-identity-regexp='^https://github.com/lexfrei/mcp-tg/\.github/workflows/release\.yml@refs/tags/v' \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
shasum --algorithm 256 --check --ignore-missing checksums.txt # sha256sum on Linux