diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml deleted file mode 100644 index 52a04d6..0000000 --- a/.gitea/workflows/build.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Build PY-GREX - -on: - push: - branches: - - master - - main - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Build Docker image - run: docker build -t pygrex . \ No newline at end of file