diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-06-04 14:42:04 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-06-04 14:42:04 +0100 |
| commit | 6f8887a6d785a7e44aee50f6c8c3cd5a4e2feb50 (patch) | |
| tree | 95b4ab8c4ba01e8e7eb5b0807ef50267ffa9bb0c /.github | |
| parent | 1b165628ac2841ca013520fb71130b8c187af0b4 (diff) | |
| download | git.zue.dev-6f8887a6d785a7e44aee50f6c8c3cd5a4e2feb50.tar git.zue.dev-6f8887a6d785a7e44aee50f6c8c3cd5a4e2feb50.tar.gz git.zue.dev-6f8887a6d785a7e44aee50f6c8c3cd5a4e2feb50.tar.bz2 git.zue.dev-6f8887a6d785a7e44aee50f6c8c3cd5a4e2feb50.tar.xz git.zue.dev-6f8887a6d785a7e44aee50f6c8c3cd5a4e2feb50.zip | |
fix ref format
Diffstat (limited to '.github')
| -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 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 |
