Skip to content

Commit 27196cd

Browse files
committed
Don't sign images as it spams the registry
Signed-off-by: yubiuser <[email protected]>
1 parent 9214ec1 commit 27196cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ftl-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
type=ref,event=tag
9898
meta-flavor: |
9999
latest=${{ startsWith(github.ref, 'refs/tags/') }}
100+
# FIXME: GHCR does not support the referrers API and spams the registry with sha-tagged images when cosigned: https://github.com/docker/github-builder/issues/109
101+
sign: false
100102
secrets:
101103
registry-auths: |
102104
- registry: docker.io

0 commit comments

Comments
 (0)