Skip to content

Commit

Permalink
fix: Add latest image tag for ghcr (#2340)
Browse files Browse the repository at this point in the history
## Relevant issue(s)

Resolves #2332 

## Description

This PR adds the `latest` tag to the Github container registry release
from GoReleaser.
  • Loading branch information
fredcarle authored Feb 26, 2024
1 parent 392bd96 commit 727c883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ dockers:
image_templates:
- "{{ .Env.GITHUB_REPOSITORY }}:latest"
- "{{ .Env.GITHUB_REPOSITORY }}:{{ .Version }}"
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}:latest"
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}:{{ .Version }}"
use: buildx
build_flag_templates:
Expand Down

0 comments on commit 727c883

Please sign in to comment.