diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-06-04 14:43:50 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-06-04 14:43:50 +0100 |
| commit | df61de50dffecfc5212200117e8ebc36286562c6 (patch) | |
| tree | 8ecef3c417ccebf3a46ac1d7b501e934b270a85d /.github/workflows/docker-publish.yml | |
| parent | 69861caf47738a1a42693f05720c5967e08553f7 (diff) | |
| download | git.zue.dev-df61de50dffecfc5212200117e8ebc36286562c6.tar git.zue.dev-df61de50dffecfc5212200117e8ebc36286562c6.tar.gz git.zue.dev-df61de50dffecfc5212200117e8ebc36286562c6.tar.bz2 git.zue.dev-df61de50dffecfc5212200117e8ebc36286562c6.tar.xz git.zue.dev-df61de50dffecfc5212200117e8ebc36286562c6.zip | |
add file ref in workflow
Diffstat (limited to '.github/workflows/docker-publish.yml')
| -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 |
