username instead of password
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Build and Push Docker Image / build (push) Failing after 11m45s

This commit is contained in:
Corban-Lee Jones 2024-08-11 19:25:16 +01:00
parent b1658959e7
commit d9d71b68a5

View File

@ -17,7 +17,7 @@ jobs:
run:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
logout: true