This commit is contained in:
2023-11-24 16:23:43 +08:00
parent fccfcdf745
commit 3db6835d21
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -174,3 +174,5 @@ poetry.toml
pyrightconfig.json pyrightconfig.json
# End of https://www.toptal.com/developers/gitignore/api/python # End of https://www.toptal.com/developers/gitignore/api/python
windmill

View File

@@ -34,7 +34,7 @@ release-image:
- |- - |-
export IMAGE_TAG=$CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG export IMAGE_TAG=$CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG
echo $IMAGE_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 docker push $IMAGE_TAG
container_scanning: container_scanning:
rules: rules: