From ec1264204c57280ea0fd88ec2b336f1c1a227476 Mon Sep 17 00:00:00 2001 From: mjannasch Date: Wed, 29 Jul 2026 14:49:50 +0200 Subject: [PATCH] build: point release artifacts at scaleup-technologies fork goreleaser was hardcoded to push images to ghcr.io/inovex and create GitHub releases under inovex/external-dns-openstack-webhook, which this fork's own GITHUB_TOKEN has no access to. Repoint at ghcr.io/scaleup-technologies so tagged releases actually publish. Fork-specific, not meant for upstream. --- .goreleaser.yaml | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f052746..76fdc55 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -43,7 +43,7 @@ dockers_v2: - linux/amd64 - linux/arm64 images: - - ghcr.io/inovex/{{ .ProjectName }} + - ghcr.io/scaleup-technologies/{{ .ProjectName }} build_args: BINARY_NAME: "{{ .ProjectName }}" tags: @@ -62,12 +62,12 @@ checksum: # Configuration for GitHub Releases release: github: - owner: inovex + owner: scaleup-technologies name: external-dns-openstack-webhook footer: | ## Docker Images - - ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }} (universal, multi-platform) - - ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }}-amd64 - - ghcr.io/inovex/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }}-arm64 + - ghcr.io/scaleup-technologies/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }} (universal, multi-platform) + - ghcr.io/scaleup-technologies/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }}-amd64 + - ghcr.io/scaleup-technologies/external-dns-openstack-webhook:{{ trimprefix .Tag "v" }}-arm64 prerelease: auto replace_existing_draft: true diff --git a/README.md b/README.md index 86f1ebd..27b66af 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ provider: name: webhook webhook: image: - repository: ghcr.io/inovex/external-dns-openstack-webhook + repository: ghcr.io/scaleup-technologies/external-dns-openstack-webhook tag: 2.1.0 extraVolumeMounts: - name: oscloudsyaml