Skip to content

Commit

Permalink
fixes missing neosync cli ref in cli goreleaser (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Oct 10, 2023
1 parent 3e0adaf commit 94f25e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: cli/go.mod
cache-dependency-path: cli/go.sum

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
4 changes: 2 additions & 2 deletions cli/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ docker_manifests:
image_templates:
- ghcr.io/nucleuscloud/neosync/cli:{{ .Version }}-amd64
- ghcr.io/nucleuscloud/neosync/cli:{{ .Version }}-arm64
- name_template: ghcr.io/nucleuscloud/cli:latest
- name_template: ghcr.io/nucleuscloud/neosync/cli:latest
image_templates:
- ghcr.io/nucleuscloud/neosync/cli:{{ .Version }}-amd64
- ghcr.io/nucleuscloud/neosync/cli:{{ .Version }}-arm64
Expand All @@ -120,4 +120,4 @@ docker_manifests:
- name_template: ghcr.io/nucleuscloud/neosync/cli:v{{ .Major }}.{{ .Minor }}
image_templates:
- ghcr.io/nucleuscloud/neosync/cli:{{ .Version }}-amd64
- ghcr.io/nucleuscloud/neosync/li:{{ .Version }}-arm64
- ghcr.io/nucleuscloud/neosync/cli:{{ .Version }}-arm64

0 comments on commit 94f25e6

Please sign in to comment.