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
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
|
||||||
uses: actions/docker-login-action@v3
|
- name: Login test
|
||||||
with:
|
run: echo -n "${{ secrets.TOKEN }}" | docker login --username anry --password-stdin git.unbind.ru
|
||||||
registry: http://gitea-http:3000
|
# - name: Log in to Docker Hub
|
||||||
username: anry
|
# uses: actions/docker-login-action@v3
|
||||||
password: ${{ secrets.TOKEN }}
|
# with:
|
||||||
|
# registry: http://gitea-http:3000
|
||||||
|
# username: anry
|
||||||
|
# password: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user