From 68ee2686a1a393a3831552c90a681ce82ed0ed68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 29 Nov 2025 20:12:34 +0100 Subject: [PATCH] Fix image push target --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3f88b7..441d067 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ github.repository }} + images: ghcr.io/${{ github.repository }} tags: | type=ref,event=branch type=semver,pattern={{version}}