diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index 2a11006..363b3b1 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -38,7 +38,7 @@ jobs: name: Build & Push Docker Image needs: lint if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') - runs-on: gitea-runner-on-dsm + runs-on: ubuntu-latest permissions: packages: write contents: read