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

This reverts commit 28211fe8ada8997119c57c5619349332a406aa76.

old-commit-hash: 079a51cfdff8e79aa4e85d8e3c70285c0a7ab2e0
This commit is contained in:
Adeeb Shihadeh
2023-09-17 15:16:07 -07:00
parent 9a28d2a59d
commit ee0ddd7e26
3 changed files with 8 additions and 19 deletions
+2 -2
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"