diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f073bcf1..fe79b462 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 }}/chartdb):latest + tags: ghcr.io/${{ github.repository_owner }}/chartdb:latest