diff --git a/build-image.sh b/build-image.sh index fd6b944..24e4dbb 100644 --- a/build-image.sh +++ b/build-image.sh @@ -43,6 +43,15 @@ DOCKER_BUILDKIT=1 docker build "$project_root" \ "$@" +################################################# +# test image +################################################# +echo +echo "Testing docker image [$image_name]..." +docker run --rm $image_name act_runner --version +echo + + ################################################# # perform security audit ################################################# diff --git a/image/Dockerfile b/image/Dockerfile index bc3f200..2f90d56 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -91,17 +91,16 @@ RUN --mount=type=bind,source=.shared,target=/mnt/shared <