ttttttest new token
Some checks failed
Gitea Ansible Docker image build and publish / Push Docker image to Docker Hub (push) Failing after 10m18s

This commit is contained in:
Andrey Sokolovskiy 2024-12-12 12:35:47 +07:00
parent 93029b3d00
commit ac1ac4b594

View File

@ -14,13 +14,14 @@ jobs:
- name: Login test
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:
# registry: http://gitea-http:3000
# username: anry
# password: ${{ secrets.TOKEN }}
run: docker login -u anry -p "${{ secrets.REGISTRY_TOKEN }}" git.unbind.ru
- name: Log in to Docker Hub
uses: actions/docker-login-action@v3
with:
registry: git.unbind.ru
username: anry
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata (tags, labels) for Docker