Skip to content

Commit

Permalink
fix(docker): add version tag for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Dec 6, 2024
1 parent 9f90654 commit 27042ed
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com

# The lines below are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/need to use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

Expand Down Expand Up @@ -37,7 +32,9 @@ archives:

dockers:
- image_templates:
- "ghcr.io/robbrazier/readflow"
- "ghcr.io/robbrazier/readflow:latest"
- "ghcr.io/robbrazier/readflow:{{ .Tag }}"
- "ghcr.io/robbrazier/readflow:v{{ .Major }}"
extra_files:
- packaging/entrypoint.sh

Expand Down

0 comments on commit 27042ed

Please sign in to comment.