fix: ci issue with goreleaser

This commit is contained in:
Antoine Aflalo
2025-08-26 23:00:53 -04:00
parent ed70eb81cd
commit d36c5cf0f1

View File

@@ -83,8 +83,7 @@ dockers_v2:
"org.opencontainers.image.revision": "{{.FullCommit}}" "org.opencontainers.image.revision": "{{.FullCommit}}"
"org.opencontainers.image.version": "{{.Version}}" "org.opencontainers.image.version": "{{.Version}}"
"org.opencontainers.image.source": "{{.GitURL}}" "org.opencontainers.image.source": "{{.GitURL}}"
build_flag_templates: "org.opencontainers.image.authors": "Belphemur"
- "--pull"
# signs the checksum file # signs the checksum file
# all files (including the sboms) are included in the checksum, so we don't need to sign each one if we don't want to # all files (including the sboms) are included in the checksum, so we don't need to sign each one if we don't want to
# https://goreleaser.com/customization/sign # https://goreleaser.com/customization/sign