From 6f8887a6d785a7e44aee50f6c8c3cd5a4e2feb50 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 4 Jun 2026 14:42:04 +0100 Subject: fix ref format --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 90d0331..9ebb438 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -28,11 +28,11 @@ jobs: with: context: . push: true - tags: ${{ env.REGISTRY }}/${{ github.repository }}/cgit:latest + tags: ${{ env.REGISTRY }}/${{ github.repository }}-cgit:latest - name: Build and push debian image uses: docker/build-push-action@v6 with: context: . push: true - tags: ${{ env.REGISTRY }}/${{ github.repository }}/debian:latest + tags: ${{ env.REGISTRY }}/${{ github.repository }}-debian:latest -- cgit v1.2.3