Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Dec 19, 2024
1 parent d4f278e commit 08d7a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releaser/.goreleaser-directory-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ docker_manifests:
- 'ghcr.io/arkeonetwork/{{ .ProjectName }}/api:latest-amd64'
- 'ghcr.io/arkeonetwork/{{ .ProjectName }}/api:latest-arm64'

- name_template: ghcr.io/arkeonetwork/{{ .ProjectName }}/api:{{ .Version }}'
- name_template: 'ghcr.io/arkeonetwork/{{ .ProjectName }}/api:{{ .Version }}'
image_templates:
- 'ghcr.io/arkeonetwork/{{ .ProjectName }}/api:{{ .Version }}-amd64'
- 'ghcr.io/arkeonetwork/{{ .ProjectName }}/api:{{ .Version }}-arm64'
Expand Down

0 comments on commit 08d7a2e

Please sign in to comment.