Use dockerhub

old-commit-hash: 5ea95c3d87
commatwo_master
Willem Melching 5 years ago
parent 54f5e6a499
commit 0d5f5b3e4b
  1. 4
      .github/workflows/test.yaml

@ -17,9 +17,9 @@ jobs:
git submodule update --init
- run: |
docker pull $(grep -ioP '(?<=^from)\s+\S+' Dockerfile.openpilot) || true
docker pull docker.pkg.github.com/commaai/openpilot/openpilot:latest || true
docker pull commaai/openpilot:latest || true
docker build --cache-from docker.pkg.github.com/commaai/openpilot/openpilot:latest -t tmppilot -f Dockerfile.openpilot .
docker build --cache-from commaai/openpilot:latest -t tmppilot -f Dockerfile.openpilot .
docker save tmppilot:latest | gzip > tmppilot.tar.gz
- uses: actions/upload-artifact@v1
with:

Loading…
Cancel
Save