Changed: Added Gitea Actions
Some checks failed
Docker Build / Build Docker image (push) Failing after 24s

This commit is contained in:
2023-08-28 18:20:16 +02:00
parent 817ce3bbfe
commit 7eba580bfe

View File

@ -30,8 +30,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME}}
password: ${{ secrets.DOCKER_PASSWORD}}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Docker image
run: |