diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f3b54aa..e338daa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: # uses: actions/checkout@v4 - name: Login to Docker registry - run: podman login --tls-verify=false gitea --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }} + run: podman login --tls-verify=false gitea:3000 --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }} # type-check: # runs-on: ubuntu-latest