CI: Build latest docker image rather than tot (#1359)

This means that CI run that update `latest` actually test the thing
we are about to ship.

We recently had a case where `latest` was broken but `tot` was fixes
and we accidentally shipped a broken SDK version (#1353).
This commit is contained in:
Sam Clegg
2024-03-14 09:45:41 -07:00
committed by GitHub
parent da5a19215a
commit 44bf7cfbe6
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ ifndef version
endif
build: Dockerfile .TEST
cd .. && docker build --network host --build-arg=EMSCRIPTEN_VERSION=${version} -t ${image_name}:${version} -f docker/$< .
cd .. && docker build --progress=plain --network host --build-arg=EMSCRIPTEN_VERSION=${version} -t ${image_name}:${version} -f docker/$< .
test: test_dockerimage.sh .TEST
# test as non-root