From 3db6835d21682310f5608240cef59265a291139a Mon Sep 17 00:00:00 2001 From: yoshino-s Date: Fri, 24 Nov 2023 16:23:43 +0800 Subject: [PATCH] update --- .gitignore | 2 ++ .gitlab-ci.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ad4a1f1..c95406b 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,5 @@ poetry.toml pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/python + +windmill \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21dea3d..593a212 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ release-image: - |- export IMAGE_TAG=$CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG echo $IMAGE_TAG - docker build . -t $IMAGE_TAG --build-arg features=enterprise + docker build . -t $IMAGE_TAG --build-arg features=enterprise --build-arg nsjail=true docker push $IMAGE_TAG container_scanning: rules: