Skip to content

Commit

Permalink
.goreleaser.yml: fix typo lastest -> latest
Browse files Browse the repository at this point in the history
  • Loading branch information
invidian committed Jul 1, 2021
1 parent adadb32 commit 2272b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ docker_manifests:
- 'newrelic/nri-prometheus:{{ .Version }}{{ .Env.TAG_SUFFIX }}-amd64'
- 'newrelic/nri-prometheus:{{ .Version }}{{ .Env.TAG_SUFFIX }}-arm64'
- 'newrelic/nri-prometheus:{{ .Version }}{{ .Env.TAG_SUFFIX }}-arm'
- name_template: newrelic/nri-prometheus:lastest{{ .Env.TAG_SUFFIX }}
- name_template: newrelic/nri-prometheus:latest{{ .Env.TAG_SUFFIX }}
image_templates:
- 'newrelic/nri-prometheus:{{ .Version }}{{ .Env.TAG_SUFFIX }}-amd64'
- 'newrelic/nri-prometheus:{{ .Version }}{{ .Env.TAG_SUFFIX }}-arm64'
Expand Down

0 comments on commit 2272b67

Please sign in to comment.