diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 84f716e..c36b1e0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,9 +9,6 @@ jobs: build-and-push: name: Build and Push Image runs-on: rust - # NO container specified - use runner's native environment - # The rust runner has: Rust 1.83-bookworm + docker CLI + git - # Docker daemon available at: tcp://localhost:2376 (TLS) steps: - name: Checkout code uses: actions/checkout@v4