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

* only push to openpilot-base

* comment instead
old-commit-hash: a132a23574
This commit is contained in:
Maxime Desroches 2024-06-20 15:52:19 -07:00 committed by GitHub
parent 1133898f68
commit e9b6d542e9
1 changed files with 1 additions and 1 deletions

View File

@ -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: