docker: Fix a few too many copies (3ffc238799).

docker: Additional tweaks.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-28 21:06:33 +00:00
parent 47f7e33a28
commit b59277e5a9
7 changed files with 8 additions and 19 deletions

View File

@@ -105,7 +105,7 @@ if test "$CI_SILENT_BAKE" = "true"; then
fi
arg="$args -f $BASEDIR/bake.hcl"
trap 'set +x; date; echo -e "\033[1;41;37mFAIL\033[0m"' ERR
trap 'set +x; date; echo -e "\033[1;41;37mERROR\033[0m"' ERR
if test "$CI_VERBOSE_ENV" = "true"; then
date
@@ -124,4 +124,4 @@ trap '' ERR
set -ux
docker buildx bake $arg $bake_target
set +x
echo -e "\033[1;42;30mPASS\033[0m"
echo -e "\033[1;42;30mACCEPT\033[0m"