Changed: Added Gitea Actions
Some checks failed
Docker Build / Build Docker image (push) Failing after 24s
Some checks failed
Docker Build / Build Docker image (push) Failing after 24s
This commit is contained in:
@ -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: |
|
||||
|
Reference in New Issue
Block a user