fix: füge Docker-Login-Schritt für Docker Hub zur CI hinzu
This commit is contained in:
@@ -28,6 +28,10 @@ jobs:
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- 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
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user