From 94f25e6f54721fafbb1456d57c5485a32cb3b85f Mon Sep 17 00:00:00 2001 From: Nick Zelei <2420177+nickzelei@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:24:57 -0700 Subject: [PATCH] fixes missing neosync cli ref in cli goreleaser (#259) --- .github/workflows/artifact-release.yml | 1 + cli/.goreleaser.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact-release.yml b/.github/workflows/artifact-release.yml index fadc9b45ae..21b0aa1081 100644 --- a/.github/workflows/artifact-release.yml +++ b/.github/workflows/artifact-release.yml @@ -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 diff --git a/cli/.goreleaser.yaml b/cli/.goreleaser.yaml index aa059e74c3..460fa22ba9 100644 --- a/cli/.goreleaser.yaml +++ b/cli/.goreleaser.yaml @@ -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 @@ -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