Update action
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 28s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 28s
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
|||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
registry: sirius.klsh.ru
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_SECRET }}
|
password: ${{ secrets.DOCKER_SECRET }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user