Revert "CI: login to dockerhub on aarch64 runners (#29915)"

This reverts commit c9ec7bc2a3.
This commit is contained in:
Adeeb Shihadeh
2023-09-17 15:16:07 -07:00
parent 5cb4e83528
commit 079a51cfdf
3 changed files with 8 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ on:
workflow_dispatch:
env:
DOCKER_GHCR_LOGIN: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
DOCKER_LOGIN: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
BUILD: selfdrive/test/docker_build.sh prebuilt
jobs:
@@ -29,5 +29,5 @@ jobs:
submodules: true
- name: Build and Push docker image
run: |
$DOCKER_GHCR_LOGIN
$DOCKER_LOGIN
eval "$BUILD"