Skip to content

Commit

Permalink
Rename the CLI package to "dossier-cli"
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmi committed Oct 1, 2024
1 parent c068270 commit 7f48c64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dockers:
- internal/testfiles/acme-invoice-11321-19.pdf
- pkg/sketch/testdata/acme-invoice.textproto
image_templates:
- ghcr.io/hansmi/dossier:{{.Tag}}-cli
- ghcr.io/hansmi/dossier:v{{.Major}}-cli
- ghcr.io/hansmi/dossier:latest-cli
- ghcr.io/hansmi/dossier-cli:{{.Tag}}
- ghcr.io/hansmi/dossier-cli:v{{.Major}}
- ghcr.io/hansmi/dossier-cli:latest
build_flag_templates:
- --pull
- --label=org.opencontainers.image.created={{.Date}}
Expand Down

0 comments on commit 7f48c64

Please sign in to comment.