Skip to content

Commit

Permalink
chore: fix deprecated goreleaser warnings (#3557)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Oct 26, 2024
1 parent cb9cfaa commit 3223ce4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
version: 2

includes:
- from_file:
Expand All @@ -8,17 +9,17 @@ changelog:
disable: true

docker_manifests:
- name_template: "flipt/flipt:nightly"
- version_template: "flipt/flipt:nightly"
image_templates:
- "flipt/flipt:v{{ incpatch .Version }}-nightly-amd64"
- "flipt/flipt:v{{ incpatch .Version }}-nightly-arm64"

- name_template: "markphelps/flipt:nightly"
- version_template: "markphelps/flipt:nightly"
image_templates:
- "flipt/flipt:v{{ incpatch .Version }}-nightly-amd64"
- "flipt/flipt:v{{ incpatch .Version }}-nightly-arm64"

- name_template: "ghcr.io/flipt-io/flipt:nightly"
- version_template: "ghcr.io/flipt-io/flipt:nightly"
image_templates:
- "ghcr.io/flipt-io/flipt:v{{ incpatch .Version }}-nightly-amd64"
- "ghcr.io/flipt-io/flipt:v{{ incpatch .Version }}-nightly-arm64"
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ release:
- [Newsletter](https://www.flipt.io/#newsletter)
snapshot:
name_template: "{{ .ShortCommit }}-snapshot"
version_template: "{{ .ShortCommit }}-snapshot"

nightly:
# Default is `{{ incpatch .Version }}-{{ .ShortCommit }}-nightly`.
name_template: "{{ incpatch .Version }}-nightly"
version_template: "{{ incpatch .Version }}-nightly"

changelog:
disable: true
Expand Down

0 comments on commit 3223ce4

Please sign in to comment.