diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docker-publish.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
