From ac1ac4b5944af52d989d993313fbd4160c58bb48 Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Thu, 12 Dec 2024 12:35:47 +0700 Subject: [PATCH] ttttttest new token --- .gitea/workflows/main.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index da83520..552f74f 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -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