From 5f19fa45507f6331e7dbd43d66b50d92ee9afb71 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Mon, 18 Sep 2023 10:22:43 +0200 Subject: [PATCH] Also fix the repository for goreleaser --- .goreleaser.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a0c2e33..27788a0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,27 +26,27 @@ dockers: build_flag_templates: - "--platform=linux/amd64" image_templates: - - "ghcr.io/vshn/appcat:v{{ .Version }}-amd64" + - "ghcr.io/vshn/appcat-apiserver:v{{ .Version }}-amd64" - goarch: arm64 use: buildx build_flag_templates: - "--platform=linux/arm64/v8" image_templates: - - "ghcr.io/vshn/appcat:v{{ .Version }}-arm64" + - "ghcr.io/vshn/appcat-apiserver:v{{ .Version }}-arm64" docker_manifests: # For prereleases, updating `latest` does not make sense. # Only the image for the exact version should be pushed. - - name_template: "{{ if not .Prerelease }}ghcr.io/vshn/appcat:latest{{ end }}" + - name_template: "{{ if not .Prerelease }}ghcr.io/vshn/appcat-apiserver:latest{{ end }}" image_templates: - - "ghcr.io/vshn/appcat:v{{ .Version }}-amd64" - - "ghcr.io/vshn/appcat:v{{ .Version }}-arm64" + - "ghcr.io/vshn/appcat-apiserver:v{{ .Version }}-amd64" + - "ghcr.io/vshn/appcat-apiserver:v{{ .Version }}-arm64" - - name_template: "ghcr.io/vshn/appcat:v{{ .Version }}" + - name_template: "ghcr.io/vshn/appcat-apiserver:v{{ .Version }}" image_templates: - - "ghcr.io/vshn/appcat:v{{ .Version }}-amd64" - - "ghcr.io/vshn/appcat:v{{ .Version }}-arm64" + - "ghcr.io/vshn/appcat-apiserver:v{{ .Version }}-amd64" + - "ghcr.io/vshn/appcat-apiserver:v{{ .Version }}-arm64" release: prerelease: auto