diff --git a/.gitea/workflows/linux_arm64_docker-release.yaml b/.gitea/workflows/linux_arm64_docker-release.yaml index a02ffdb..e3394da 100644 --- a/.gitea/workflows/linux_arm64_docker-release.yaml +++ b/.gitea/workflows/linux_arm64_docker-release.yaml @@ -13,7 +13,7 @@ jobs: - name: Login container registry uses: docker/login-action@v3 with: - registry: https://gitea.penry.de + registry: http://gitea:3000 username: ${{ secrets.REGISTRY_USER }} password: ${{ secrets.REGISTRY_PASSWORD }}