From 18071d5e721543690e9d5bd5f796e058d85eb486 Mon Sep 17 00:00:00 2001 From: origranot Date: Sat, 31 Aug 2024 11:38:41 +0300 Subject: [PATCH] typo --- .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 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