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

This commit is contained in:
cal 2026-02-17 22:33:04 +00:00
parent 6b178e956a
commit 77046c8c8f

View File

@ -30,7 +30,6 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
if: github.ref == 'refs/heads/main'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}