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 20c83dc commit 41e5789
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ changelog:
- Merge branch
dockers:
- image_templates:
- 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
- ghcr.io/frantjc/dockerfile-addendum:{{ .Version }}
- ghcr.io/frantjc/dockerfile-addendum:{{ .Major }}.{{ .Minor }}
- ghcr.io/frantjc/dockerfile-addendum:{{ .Major }}
- ghcr.io/frantjc/dockerfile-addendum:latest
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ GO = go
GIT = git
GOLANGCI-LINT = golangci-lint

BIN = /usr/local/bin

SEMVER ?= 1.0.0

fmt generate test:
Expand Down

0 comments on commit 41e5789

Please sign in to comment.