test
Some checks failed
Gitea Ansible Docker image build and publish / Push Docker image to Docker Hub (push) Failing after 37s

This commit is contained in:
Andrey Sokolovskiy 2024-12-11 08:44:00 +07:00
parent 7f30355e63
commit 93029b3d00

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: