Skip to content

Commit

Permalink
change pkg owner
Browse files Browse the repository at this point in the history
  • Loading branch information
odyfey committed Jul 11, 2024
1 parent 6791634 commit 1f88fd3
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 @@ -19,7 +19,7 @@ archives:

dockers:
- image_templates:
- &amd_image 'ghcr.io/odyfey/tern:{{ .Tag }}-amd64'
- &amd_image 'ghcr.io/jackc/tern:{{ .Tag }}-amd64'
use: buildx
build_flag_templates:
- "--push"
Expand All @@ -34,7 +34,7 @@ dockers:
- migrate

- image_templates:
- &arm_image 'ghcr.io/odyfey/tern:{{ .Tag }}-arm64'
- &arm_image 'ghcr.io/jackc/tern:{{ .Tag }}-arm64'
use: buildx
build_flag_templates:
- "--push"
Expand All @@ -49,12 +49,12 @@ dockers:
- migrate

docker_manifests:
- name_template: 'ghcr.io/odyfey/tern:{{ .Tag }}'
- name_template: 'ghcr.io/jackc/tern:{{ .Tag }}'
image_templates:
- *amd_image
- *arm_image

- name_template: 'ghcr.io/odyfey/tern:latest'
- name_template: 'ghcr.io/jackc/tern:latest'
image_templates:
- *amd_image
- *arm_image

0 comments on commit 1f88fd3

Please sign in to comment.