progress
ci / build (push) Failing after 24s Details

This commit is contained in:
Chris Grimmett 2024-03-29 00:54:11 -08:00
parent 364a255f34
commit 188e8a95c5
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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