From df61de50dffecfc5212200117e8ebc36286562c6 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 4 Jun 2026 14:43:50 +0100 Subject: add file ref in workflow --- .github/workflows/docker-publish.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/docker-publish.yml') diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bd03a95..17f5879 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -27,6 +27,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . + file: Dockerfile.cgit push: true tags: ghcr.io/${{ github.repository }}/cgit:latest @@ -34,5 +35,6 @@ jobs: uses: docker/build-push-action@v6 with: context: . + file: Dockerfile.debian push: true tags: ghcr.io/${{ github.repository }}/debian:latest -- cgit v1.2.3