更新.gitlab-ci.yml文件

This commit is contained in:
2024-01-09 09:27:38 +00:00
parent c4b1781548
commit 103f377014

View File

@@ -25,6 +25,8 @@ release-image:
docker build . --pull -f Dockerfile.tmp -t $IMAGE_TAG docker build . --pull -f Dockerfile.tmp -t $IMAGE_TAG
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: