Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
frantjc committed Feb 18, 2023
1 parent 37cbec9 commit 20c83dc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
builds:
- main: ./cmd/addendum
binary: addendum
ldflags:
- -s -w -X github.com/frantjc/addendum.Semver={{ .Version }}
- -s -w -X github.com/frantjc/dockerfile-addendum.Semver={{ .Version }}
env:
- CGO_ENABLED=0
goos:
Expand All @@ -18,7 +19,7 @@ changelog:
- Merge branch
dockers:
- image_templates:
- ghcr.io/logsquaredn/addendum:{{ .Version }}
- ghcr.io/logsquaredn/addendum:{{ .Major }}.{{ .Minor }}
- ghcr.io/logsquaredn/addendum:{{ .Major }}
- ghcr.io/logsquaredn/addendum:latest
- ghcr.io/logsquaredn/dockerfile-addendum:{{ .Version }}
- ghcr.io/logsquaredn/dockerfile-addendum:{{ .Major }}.{{ .Minor }}
- ghcr.io/logsquaredn/dockerfile-addendum:{{ .Major }}
- ghcr.io/logsquaredn/dockerfile-addendum:latest

0 comments on commit 20c83dc

Please sign in to comment.