diff --git a/.gitea/workflows/builder.yaml b/.gitea/workflows/builder.yaml index 48277e5..e831136 100644 --- a/.gitea/workflows/builder.yaml +++ b/.gitea/workflows/builder.yaml @@ -22,7 +22,7 @@ jobs: image: futureporn/next tags: latest # which 'registry:' version do I need? - registry: https://gitea.futureporn.net + registry: gitea.futureporn.net # registry: https://gitea.futureporn.net/futureporn dockerfile: packages/next/Dockerfile username: ${{ secrets.DOCKER_USERNAME }} diff --git a/Makefile b/Makefile index 4ed57bb..cf5868c 100644 --- a/Makefile +++ b/Makefile @@ -39,4 +39,4 @@ cluster: # A gitea act runner which runs locally # https://docs.gitea.com/next/usage/actions/overview runner: - docker run -d --rm -e GITEA_INSTANCE_URL=https://gitea.futureporn.net -e GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN} -v /var/run/docker.sock:/var/run/docker.sock -v $HOME/.local/share/applications/fp/act-runner-data:/data --name fp-gitea-act-runner gitea/act_runner:latest + docker run -d --rm -e GITEA_INSTANCE_URL=https://gitea.futureporn.net -e GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN} -v /var/run/docker.sock:/var/run/docker.sock -v $$HOME/.local/share/applications/fp/act-runner-data:/data --privileged --name fp-gitea-act-runner gitea/act_runner