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