Skip to content

Commit

Permalink
Fix docker image names
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Sep 1, 2022
1 parent 460dbdb commit cab0f2d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ dockers:
- dockerfile: ./build/Dockerfile
use: buildx
image_templates:
- "markphelps/flipt:latest"
- "markphelps/flipt:{{ .Tag }}"
- "ghcr.io/markphelps/flipt:latest"
- "ghcr.io/markphelps/flipt:{{ .Tag }}"
- "flipt/flipt:latest"
- "flipt/flipt:{{ .Tag }}"
- "markphelps/flipt:latest" # TODO: deprecate
- "markphelps/flipt:{{ .Tag }}" # TODO: deprecate
- "ghcr.io/flipt-io/flipt:latest"
- "ghcr.io/flipt-io/flipt:{{ .Tag }}"
build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
Expand Down

0 comments on commit cab0f2d

Please sign in to comment.