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

This commit is contained in:
2023-08-28 18:19:34 +02:00
parent 93dca1c65f
commit 817ce3bbfe

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