Remove Docker Hub, publish only to GHCR

This commit is contained in:
Linus Rath
2026-03-12 13:25:14 +01:00
parent d1d2a1dc53
commit 4737f2928b
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -37,12 +37,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Log in to GHCR
uses: docker/login-action@v3
with:
@@ -55,7 +49,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
rootfr/jmap-webmail
ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}