From df96362c3cc6fbd6277549f931f86a6a64104927 Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Wed, 3 Sep 2025 01:58:54 +0200 Subject: [PATCH] fix: release docker ids (#1148) --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 47e4990..a25ccfe 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -82,7 +82,7 @@ builds: - -s -w -X main.version={{.Version}} dockers: - - ids: [ catalyst ] + - ids: [ linux-amd64 ] dockerfile: docker/Dockerfile image_templates: - "ghcr.io/securitybrewery/catalyst:main"