Skip to content

Commit

Permalink
fix: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Aug 20, 2024
1 parent 163c3a8 commit bb89ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dockers:
extra_files:
- go.mod
- cmd
- pkg
- image_templates:
- ghcr.io/containeroo/toast:{{ trimprefix .Tag "v" }}-arm64v8
- ghcr.io/containeroo/toast:latest-arm64v8
Expand All @@ -38,6 +39,7 @@ dockers:
extra_files:
- go.mod
- cmd
- pkg

docker_manifests:
- name_template: ghcr.io/containeroo/toast:{{ trimprefix .Tag "v" }}
Expand Down

0 comments on commit bb89ae3

Please sign in to comment.