Skip to content

Commit

Permalink
chore: fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Mar 24, 2022
1 parent 7ce6ea7 commit f753e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dockers:
- "ARCH=arm64v8"

- image_templates:
- "ghcr.io/mr-karan/doggo:api-{{ .Tag }}"
- "ghcr.io/mr-karan/doggo:api{{ .Tag }}"
- "ghcr.io/mr-karan/doggo:api:latest"
id: doggo-api
ids:
Expand Down

0 comments on commit f753e70

Please sign in to comment.