diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 837feed1..f073bcf1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,4 +32,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/${{ github.repository_owner }}/$(basename ${{ github.repository }}):latest + tags: ghcr.io/${{ github.repository_owner }}/chartdb):latest