diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 462a5b8..490ab36 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -13,7 +13,7 @@ builds: binary: resmo-database-agent dockers: - - image_templates: ["ghcr.io/resmoio/resmo-database-agent:{{ .Version }}"] + - image_templates: ["ghcr.io/${{ github.repository }}:{{ .Version }}"] dockerfile: Dockerfile archives: - format: tar.gz