mirror of
https://github.com/commaai/msgq.git
synced 2026-06-08 05:54:44 +08:00
test build
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -10,7 +10,7 @@ env:
|
||||
BUILD: |
|
||||
docker pull $(grep -ioP '(?<=^from)\s+\S+' Dockerfile) || true
|
||||
docker pull $DOCKER_REGISTRY/cereal:latest || true
|
||||
docker build --cache-from $DOCKER_REGISTRY/cereal:latest -t cereal -f Dockerfile .
|
||||
docker build --no-cache -t cereal -f Dockerfile .
|
||||
PYTHONWARNINGS: error
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user