Skip to content

Commit 8935ed3

Browse files
authored
Merge pull request #2020 from pi-hole/no-sign
Don't sign images as it spams GHCR with sha*-tags
2 parents a856b71 + 9a90512 commit 8935ed3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
type=ref,event=tag
9090
meta-flavor: |
9191
latest=${{ startsWith(github.ref, 'refs/tags/') }}
92+
# 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
93+
sign: false
9294
secrets:
9395
registry-auths: |
9496
- registry: docker.io

0 commit comments

Comments
 (0)