This commit is contained in:
Andrey Sokolovskiy
2024-12-11 08:44:00 +07:00
parent 7f30355e63
commit 93029b3d00
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Login test
run: echo -n "${{ secrets.TOKEN }}" | docker login --username anry --password-stdin git.unbind.ru
run: echo -n "${{ secrets.REGISTRY_TOKEN }}" | docker login --username anry --password-stdin git.unbind.ru
# - name: Log in to Docker Hub
# uses: actions/docker-login-action@v3
# with: