更新.gitlab-ci.yml文件

This commit is contained in:
2023-11-24 05:53:11 +00:00
parent 74db6298d4
commit d569bb0eae

View File

@@ -19,6 +19,8 @@ release-image:
docker build . --pull -f Dockerfile.tmp -t $IMAGE_TAG --build-arg REPLACE_OA=$REPLACE_OA docker build . --pull -f Dockerfile.tmp -t $IMAGE_TAG --build-arg REPLACE_OA=$REPLACE_OA
docker push $IMAGE_TAG docker push $IMAGE_TAG
container_scanning: container_scanning:
rules:
- if: "$CI_APPLICATION_TAG"
needs: needs:
- release-image - release-image
include: include: