Skip to content

Commit

Permalink
add releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
denizgursoy committed Feb 26, 2024
1 parent ae34d28 commit 8050af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dockers:
- image_templates:
- 'ghcr.io/denizgursoy/clerk:{{ .Tag }}'
- 'ghcr.io/denizgursoy/clerk:latest'
dockerfile: build/package/Dockerfile
dockerfile: "{{ .Env.DOCKERFILE }}"
build_flag_templates:
- "--pull"
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/denizgursoy/clerk/main/README.md"
Expand Down

0 comments on commit 8050af6

Please sign in to comment.