Update docker-build.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Build and Push Docker Image / build (push) Failing after 45s

This commit is contained in:
Corban-Lee Jones 2024-08-11 19:18:49 +01:00
parent 462176cf23
commit b1658959e7

View File

@ -18,7 +18,8 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
logout: true
- name: Tag & Push Docker image
run: |