Commit 2eacd122 authored by Wen Wei Li's avatar Wen Wei Li

temporarily remove image building

parent df536f78
Pipeline #4783 failed with stage
......@@ -4,19 +4,19 @@ type: docker
name: deploy
steps:
# build images
- name: build-and-publish-image
image: plugins/docker
settings:
registry: 192.168.17.110
repo: 192.168.17.110/study_group/ric-app-hw
dockerfile: Dockerfile
tags: 1.0.6
username:
from_secret: harbor_username
password:
from_secret: harbor_password
insecure : true
storage_driver: vfs
#- name: build-and-publish-image
# image: plugins/docker
# settings:
# registry: 192.168.17.110
# repo: 192.168.17.110/study_group/ric-app-hw
# dockerfile: Dockerfile
# tags: 1.0.6
# username:
# from_secret: harbor_username
# password:
# from_secret: harbor_password
# insecure : true
# storage_driver: vfs
# scan
- name: sast_scan
image: prlab/drone_plugin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment