diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f9daef1..cfc30be 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: deploy: container: - image: ghcr.io/catthehacker/ubuntu:act-latest + image: localhost:5000/tiny-ci-runner:latest runs-on: ubuntu-latest steps: - name: Checkout code