test
Some checks failed
Gitea Ansible Docker image build and publish / Push Docker image to Docker Hub (push) Failing after 31s
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:
parent
d1f9718a71
commit
7f30355e63
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user