aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker-publish.yml4
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