Update .gitea/workflows/docker-build.yml
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m12s

This commit is contained in:
cal 2026-02-13 20:36:59 +00:00
parent c0619e78a6
commit 8693576f1c

View File

@ -141,7 +141,6 @@ jobs:
# 3. Copy token to Gitea repo → Settings → Secrets → Actions
#
- name: Login to Docker Hub
if: github.ref == 'refs/heads/main'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}