From fe844afac72a9d443c4aa78815357b462b9e0f14 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Mon, 21 Aug 2023 15:32:41 -0700 Subject: [PATCH] CI: remove old docs base image push (#29512) remove that push old-commit-hash: 9188c560692d9c3019c291ed8ae0e899b2e4bfdf --- .github/workflows/tools_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tools_tests.yaml b/.github/workflows/tools_tests.yaml index b21f290880..86cfc279c5 100644 --- a/.github/workflows/tools_tests.yaml +++ b/.github/workflows/tools_tests.yaml @@ -92,5 +92,4 @@ jobs: if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot' run: | $DOCKER_LOGIN - docker push $DOCKER_REGISTRY/openpilot-docs-base:latest docker push $DOCKER_REGISTRY/openpilot-docs:latest \ No newline at end of file