fix: füge Docker-Login-Schritt für Docker Hub zur CI hinzu
Build And Test / build (push) Successful in 1m3s
Build And Test / publish (push) Failing after 28s

This commit is contained in:
Matthias Hinrichs
2025-11-21 23:23:19 +01:00
parent b107058127
commit 0fe1abfd28
+4
View File
@@ -28,6 +28,10 @@ jobs:
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
steps: steps:
- uses: https://github.com/actions/checkout@v6 - uses: https://github.com/actions/checkout@v6
- name: Docker login to Docker Hub
run: |
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login docker.io \
--username "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
- name: Setup Docker Buildx - name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with: