test build

This commit is contained in:
Maxime Desroches 2023-07-17 21:16:08 -07:00
parent 6f7102581f
commit 970b201901
1 changed files with 1 additions and 1 deletions

View File

@ -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: