Skip to content

Commit

Permalink
Merge pull request #9 from matzegebbe/fix/dockerRelease
Browse files Browse the repository at this point in the history
fix: add docker relase
  • Loading branch information
matzegebbe authored Aug 19, 2023
2 parents f15b7b3 + 848ed08 commit f7ad643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ release:

dockers:
- image_templates:
- "ghcr.io/${{ github.repository }}:latest"
- "ghcr.io/${{ github.repository }}:{{ .Tag }}"
- "ghcr.io/matzegebbe/web-jwks-validator:latest"
- "ghcr.io/matzegebbe/web-jwks-validator:{{ .Version }}"
build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
Expand Down

0 comments on commit f7ad643

Please sign in to comment.