ttttttest new token
Some checks failed
Gitea Ansible Docker image build and publish / Push Docker image to Docker Hub (push) Failing after 10m18s
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:
parent
93029b3d00
commit
ac1ac4b594
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user