test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user