ci: push the `openpilot-base` image (#34180)

image
pull/34182/head
Maxime Desroches 5 months ago committed by GitHub
parent 9eccd9ad1e
commit dfe283765f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/selfdrive_tests.yaml

@ -86,7 +86,6 @@ 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=x86_64" >> "$GITHUB_ENV"
$DOCKER_LOGIN
- uses: ./.github/workflows/setup-with-retry
- uses: ./.github/workflows/compile-openpilot

Loading…
Cancel
Save