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