diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 97d5aa80..3e36683f 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -80,9 +80,3 @@ jobs: env: PROVISION: "true" ARCHIVES: "/tmp/image.tar" - - uses: "docker/build-push-action@v2" - with: - context: "./" - file: "./Dockerfile" - push: false - tags: "spicedb-operator:dev"