Update action
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 28s

This commit is contained in:
2025-11-21 22:03:49 +03:00
parent 665c6e879b
commit 5cb486cbbc

View File

@@ -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 }}