Skip to content

Commit

Permalink
feat(ci/cd): publish latest and latest-pre image
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Jul 1, 2021
1 parent ee5bbe0 commit adadb32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ 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 }}
image_templates:
- 'newrelic/nri-prometheus:{{ .Version }}{{ .Env.TAG_SUFFIX }}-amd64'
- 'newrelic/nri-prometheus:{{ .Version }}{{ .Env.TAG_SUFFIX }}-arm64'
- 'newrelic/nri-prometheus:{{ .Version }}{{ .Env.TAG_SUFFIX }}-arm'

snapshot:
name_template: "{{ .Tag }}-next"
Expand Down

0 comments on commit adadb32

Please sign in to comment.