Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 16:44
v1.2.1
7f8c03f

Changelog

  • 🔄 publish binaries and a Homebrew formula on release (#99)

Container Image

docker pull ghcr.io/lexfrei/mcp-tg:v1.2.1

Verify 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.com

Verify 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