mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-14 12:38:50 +02:00
fix(goreleaser): fix ci
This commit is contained in:
@@ -76,7 +76,6 @@ dockers_v2:
|
|||||||
platforms:
|
platforms:
|
||||||
- "linux/amd64"
|
- "linux/amd64"
|
||||||
- "linux/arm64"
|
- "linux/arm64"
|
||||||
use: buildx
|
|
||||||
labels:
|
labels:
|
||||||
"org.opencontainers.image.created": "{{.Date}}"
|
"org.opencontainers.image.created": "{{.Date}}"
|
||||||
"org.opencontainers.image.name": "{{.ProjectName}}"
|
"org.opencontainers.image.name": "{{.ProjectName}}"
|
||||||
@@ -84,6 +83,7 @@ dockers_v2:
|
|||||||
"org.opencontainers.image.version": "{{.Version}}"
|
"org.opencontainers.image.version": "{{.Version}}"
|
||||||
"org.opencontainers.image.source": "{{.GitURL}}"
|
"org.opencontainers.image.source": "{{.GitURL}}"
|
||||||
"org.opencontainers.image.authors": "Belphemur"
|
"org.opencontainers.image.authors": "Belphemur"
|
||||||
|
"org.opencontainers.image.description": "CBZOptimizer is a Go-based tool designed to optimize CBZ (Comic Book Zip) and CBR (Comic Book RAR) files by converting images to a specified format and quality. This tool is useful for reducing the size of comic book archives while maintaining acceptable image quality."
|
||||||
# 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
|
||||||
|
Reference in New Issue
Block a user