Skip to content

Commit

Permalink
ci: push docker image to openpilot-base (commaai#32801)
Browse files Browse the repository at this point in the history
* only push to openpilot-base

* comment instead
old-commit-hash: a132a23
  • Loading branch information
maxime-desroches authored Jun 20, 2024
1 parent 1133898 commit e9b6d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e9b6d54

Please sign in to comment.