Remove tags
This commit is contained in:
parent
27ec180b79
commit
dbb05df99f
1 changed files with 0 additions and 9 deletions
|
|
@ -26,8 +26,6 @@ dockerimage_builder:
|
|||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- make builderimg
|
||||
- docker push $DOCKER_IMAGE_BUILDER
|
||||
tags:
|
||||
- fablab
|
||||
except:
|
||||
refs:
|
||||
- schedules
|
||||
|
|
@ -43,8 +41,6 @@ dockerimage_security_scanner:
|
|||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
- make secscanimg
|
||||
- docker push $DOCKER_IMAGE_SECURITY_SCANNER
|
||||
tags:
|
||||
- fablab
|
||||
except:
|
||||
refs:
|
||||
- schedules
|
||||
|
|
@ -63,8 +59,6 @@ security_scanner:
|
|||
variables:
|
||||
- $task == "security-scanner"
|
||||
- $target
|
||||
tags:
|
||||
- fablab
|
||||
|
||||
lightburn-download:
|
||||
stage: prepare
|
||||
|
|
@ -93,9 +87,6 @@ lightburn-download:
|
|||
- images/*.linux
|
||||
#- images/*.squashfs
|
||||
- images/*.torrent
|
||||
tags:
|
||||
- fablab
|
||||
- ssd
|
||||
|
||||
squashfs_featurebranch:
|
||||
<<: *squashfs_template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue