Skip to content

Commit

Permalink
push to observeinc instead
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-alexlew committed Jun 13, 2024
1 parent dcc6390 commit a33897c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ nfpms:

dockers:
- image_templates:
- &amd64_image "docker.io/observeinccd/observe-agent:{{ .Version }}-amd64"
- &amd64_image "docker.io/observeinc/observe-agent:{{ .Version }}-amd64"
dockerfile: packaging/docker/Dockerfile
use: buildx
goos: linux
Expand All @@ -544,7 +544,7 @@ dockers:
extra_files:
- packaging/docker
- image_templates:
- &arm64v8_image "docker.io/observeinccd/observe-agent:{{ .Version }}-arm64v8"
- &arm64v8_image "docker.io/observeinc/observe-agent:{{ .Version }}-arm64v8"
dockerfile: packaging/docker/Dockerfile
use: buildx
goos: linux
Expand All @@ -555,11 +555,11 @@ dockers:
- packaging/docker

docker_manifests:
- name_template: "docker.io/observeinccd/observe-agent:{{ .Version }}"
- name_template: "docker.io/observeinc/observe-agent:{{ .Version }}"
image_templates:
- *amd64_image
- *arm64v8_image
- name_template: "docker.io/observeinccd/observe-agent:latest"
- name_template: "docker.io/observeinc/observe-agent:latest"
image_templates:
- *amd64_image
- *arm64v8_image
Expand Down

0 comments on commit a33897c

Please sign in to comment.