From 5b60d848194ab69edbbb80362ce264da9d885ccb Mon Sep 17 00:00:00 2001 From: Connor Rogers <23215294+coro@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:30:50 +0000 Subject: [PATCH] Use default container for local system tests --- .github/workflows/build-test-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 3cc0658fc..004ea531e 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -157,7 +157,6 @@ jobs: system_tests_local: name: Local system tests (using KinD) runs-on: ubuntu-latest - container: us.gcr.io/cf-rabbitmq-for-k8s-bunny/rabbitmq-for-kubernetes-ci if: ${{ github.event_name == 'pull_request' }} needs: build_operator strategy: