diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f0ac9e3..05edcf5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: build-and-deploy: - runs-on: docker + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3