diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 535f68ee..80d55862 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,8 @@ jobs: # (Test credentials early, befor failing late in the process.) uses: docker/login-action@v3 with: - registry: http://gitea_app:3000 + registry: http://${{LOCAL_REGISTRY}}:3000 + http: true username: ${{ gitea.actor }} password: ${{ secrets.TOKEN }}