ci: push docker image to openpilot-base (#32801)

* only push to openpilot-base

* comment instead
old-commit-hash: a132a23574
fix-exp-path
Maxime Desroches 10 months ago committed by GitHub
parent 1133898f68
commit e9b6d542e9
  1. 2
      .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:

Loading…
Cancel
Save