From c130f0f1b9948a177cca224ed9a34f81ae045323 Mon Sep 17 00:00:00 2001 From: Haruaki Tamada Date: Tue, 21 May 2024 13:06:26 +0900 Subject: [PATCH] update image name --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6effa32..965f60a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -152,7 +152,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/${{ github.repository_owner }}/${{ github.repository }} + images: ghcr.io/${{ github.repository }} tags: | type=raw,value=latest type=sha,prefix=,suffix=,format=short