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

This commit is contained in:
Andrey Sokolovskiy 2024-12-11 08:40:28 +07:00
parent d1f9718a71
commit 7f30355e63

View File

@ -12,12 +12,15 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: actions/docker-login-action@v3
with:
registry: http://gitea-http:3000
username: anry
password: ${{ secrets.TOKEN }}
- name: Login test
run: echo -n "${{ secrets.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 }}
- name: Extract metadata (tags, labels) for Docker