Skip to content

Commit

Permalink
add human-readable tag for docker
Browse files Browse the repository at this point in the history
Signed-off-by: Clavin June <[email protected]>
  • Loading branch information
clavinjune committed Nov 5, 2021
1 parent 75382b7 commit 7aba550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.version={{.Version}}"
image_templates:
- "ghcr.io/clavinjune/serve:{{ .Tag }}"
- "ghcr.io/clavinjune/serve:{{ .ShortCommit }}"
- "ghcr.io/clavinjune/serve:latest"
skip_push: auto
Expand Down

0 comments on commit 7aba550

Please sign in to comment.