Skip to content
Snippets Groups Projects

Publish to its registry

Merged Raul Barreras requested to merge publish-to-its-registry into develop
All threads resolved!
Files
2
+ 12
2
@@ -2,6 +2,7 @@ stages:
- verify
- build
- test
- publish
- security
Check Makefile:
@@ -25,7 +26,7 @@ Make All Images:
- linux, dockerd
script:
- make
test:
stage: test
tags:
@@ -33,7 +34,16 @@ test:
script:
- docker run --rm unl-its/static-code-analysis sonar-scanner -v
Scan with Tenable:
Push to Container Registry:
after_script:
- rm -f /var/lib/gitlab-runner/.docker/config.json
stage: publish
tags:
- linux, dockerd
script:
- make publish
.Scan with Tenable:
stage: security
tags:
- linux, dockerd
Loading