From 00d1792c733335e1c7e82e62cca0e3d3da827a68 Mon Sep 17 00:00:00 2001 From: origranot Date: Sat, 31 Aug 2024 11:37:05 +0300 Subject: [PATCH] fix: tag --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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