From 841024e9f3501cdb259d7d05e6ae9b8e3c2638b3 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Sun, 7 Dec 2025 22:54:43 +0100 Subject: [PATCH] manual login --- .gitea/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 100d772..2f40910 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -41,15 +41,11 @@ jobs: build-docker-image: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v4 + # - name: Checkout code + # uses: actions/checkout@v4 - name: Login to Docker registry - uses: docker/login-action@v3 - with: - registry: gitea:3000 - username: ${{ github.actor }} - password: ${{ secrets.REGISTRY_ACCESS_TOKEN }} + run: docker login http://gitea:3000 --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }} # type-check: # runs-on: ubuntu-latest