From e9b6d542e96e7e1bc8fd1f3768fb4a590aacc8e8 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 20 Jun 2024 15:52:19 -0700 Subject: [PATCH] ci: push docker image to openpilot-base (#32801) * only push to openpilot-base * comment instead old-commit-hash: a132a235745b2b6ab1e5298b35ac04625cc44502 --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 35bab255cb..e9a0670412 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -79,7 +79,7 @@ jobs: if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot' run: | echo "PUSH_IMAGE=true" >> "$GITHUB_ENV" - echo "TARGET_ARCHITECTURE=${{ matrix.arch }}" >> "$GITHUB_ENV" + : # (TODO: Re-add this once we test other archs) echo "TARGET_ARCHITECTURE=${{ matrix.arch }}" >> "$GITHUB_ENV" $DOCKER_LOGIN - uses: ./.github/workflows/setup-with-retry with: