From 1fa11241ef5243b130de994bc9eb9c0b23d29606 Mon Sep 17 00:00:00 2001 From: ADRFranklin Date: Fri, 2 Dec 2022 17:31:50 +0000 Subject: [PATCH] chore: fix type with github container registry domain --- .goreleaser.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3face1a7..e7da8754 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -40,10 +40,10 @@ dockers: ids: ['sampctl'] dockerfile: Dockerfile image_templates: - - "gcr.io/southclaws/sampctl:{{ .Tag }}" - - "gcr.io/southclaws/sampctl:v{{ .Major }}" - - "gcr.io/southclaws/sampctl:v{{ .Major }}.{{ .Minor }}" - - "gcr.io/southclaws/sampctl:latest" + - "ghcr.io/southclaws/sampctl:{{ .Tag }}" + - "ghcr.io/southclaws/sampctl:v{{ .Major }}" + - "ghcr.io/southclaws/sampctl:v{{ .Major }}.{{ .Minor }}" + - "ghcr.io/southclaws/sampctl:latest" nfpms: - vendor: Southclaws homepage: https://github.com/Southclaws/sampctl