update action
Some checks failed
ci / docker (push) Failing after 3m34s

This commit is contained in:
Álvaro 2024-05-14 02:22:10 +02:00
parent b8bc5f2f1c
commit bc5642bcd6

View File

@ -27,6 +27,7 @@ jobs:
name: Login to Docker Hub name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: https://git.kaizer.cloud
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -