update
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user