Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down