this annoys me

This commit is contained in:
Lachee 2025-05-07 14:16:39 +10:00
parent 3d889dda22
commit 73e3df6334
2 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ docker build \
--build-arg BASE_IMAGE=${BASE_IMAGE} \ --build-arg BASE_IMAGE=${BASE_IMAGE} \
-t ${IMAGE_NAME}:${TAG} \ -t ${IMAGE_NAME}:${TAG} \
${DOCKER_BUILD_ARGS} \ ${DOCKER_BUILD_ARGS} \
./Dockerfiles/Runner.Dockerfile .
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Error: Docker build failed." echo "Error: Docker build failed."