We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd52af7 commit b7522f1Copy full SHA for b7522f1
README.md
@@ -222,7 +222,7 @@ that are published to the [GitHub Container Registry][ghcr]. For example for the
222
VERSION="main"
223
IMAGE="ghcr.io/grafana/docker-otel-lgtm:${VERSION}"
224
WORKFLOW="ghcr-image-build-and-publish.yml"
225
-IDENTITY="https://github.com/grafana/docker-otel-lgtm/.github/workflows/${WORKFLOW}$@refs/heads/${VERSION}"
+IDENTITY="https://github.com/grafana/docker-otel-lgtm/.github/workflows/${WORKFLOW}@refs/heads/${VERSION}"
226
OIDC_ISSUER="https://token.actions.githubusercontent.com"
227
228
cosign verify ${IMAGE} --certificate-identity ${IDENTITY} --certificate-oidc-issuer ${OIDC_ISSUER}
0 commit comments