diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-06-04 14:43:11 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-06-04 14:43:11 +0100 |
| commit | 69861caf47738a1a42693f05720c5967e08553f7 (patch) | |
| tree | 94a1ed99c56b7be8d3fdbcbc7ea783ad6c234f85 /.github/workflows | |
| parent | 6f8887a6d785a7e44aee50f6c8c3cd5a4e2feb50 (diff) | |
| download | git.zue.dev-69861caf47738a1a42693f05720c5967e08553f7.tar git.zue.dev-69861caf47738a1a42693f05720c5967e08553f7.tar.gz git.zue.dev-69861caf47738a1a42693f05720c5967e08553f7.tar.bz2 git.zue.dev-69861caf47738a1a42693f05720c5967e08553f7.tar.xz git.zue.dev-69861caf47738a1a42693f05720c5967e08553f7.zip | |
forgot the registry
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docker-publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 9ebb438..bd03a95 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: ghcr.io/${{ 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: ghcr.io/${{ github.repository }}/debian:latest |
