diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index b29f6c3..391748d 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -12,12 +12,15 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 - - name: Log in to Docker Hub - uses: actions/docker-login-action@v3 - with: - registry: http://gitea-http:3000 - username: anry - password: ${{ secrets.TOKEN }} + + - name: Login test + run: echo -n "${{ secrets.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 }} - name: Extract metadata (tags, labels) for Docker