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

This commit is contained in:
cal 2026-02-17 21:23:34 +00:00
parent 904bf3ea49
commit e6ba89e4a9

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 }}