docker: fix multiarch tag push (#29850)

Fix multiarch merge script
pull/29858/head
Kacper Rączy 2 years ago committed by GitHub
parent 0adc2f20c2
commit b09ec6bb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -212,7 +212,7 @@ jobs:
$DOCKER_LOGIN
- name: Merge x64 and arm64 tags
run: |
echo "PUSH_IMAGE=true" >> "$GITHUB_ENV"
export PUSH_IMAGE=true
selfdrive/test/docker_tag_multiarch.sh base x86_64 aarch64
static_analysis:

Loading…
Cancel
Save