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
|
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||||
- make builderimg
|
- make builderimg
|
||||||
- docker push $DOCKER_IMAGE_BUILDER
|
- docker push $DOCKER_IMAGE_BUILDER
|
||||||
tags:
|
|
||||||
- fablab
|
|
||||||
except:
|
except:
|
||||||
refs:
|
refs:
|
||||||
- schedules
|
- schedules
|
||||||
|
|
@ -43,8 +41,6 @@ dockerimage_security_scanner:
|
||||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||||
- make secscanimg
|
- make secscanimg
|
||||||
- docker push $DOCKER_IMAGE_SECURITY_SCANNER
|
- docker push $DOCKER_IMAGE_SECURITY_SCANNER
|
||||||
tags:
|
|
||||||
- fablab
|
|
||||||
except:
|
except:
|
||||||
refs:
|
refs:
|
||||||
- schedules
|
- schedules
|
||||||
|
|
@ -63,8 +59,6 @@ security_scanner:
|
||||||
variables:
|
variables:
|
||||||
- $task == "security-scanner"
|
- $task == "security-scanner"
|
||||||
- $target
|
- $target
|
||||||
tags:
|
|
||||||
- fablab
|
|
||||||
|
|
||||||
lightburn-download:
|
lightburn-download:
|
||||||
stage: prepare
|
stage: prepare
|
||||||
|
|
@ -93,9 +87,6 @@ lightburn-download:
|
||||||
- images/*.linux
|
- images/*.linux
|
||||||
#- images/*.squashfs
|
#- images/*.squashfs
|
||||||
- images/*.torrent
|
- images/*.torrent
|
||||||
tags:
|
|
||||||
- fablab
|
|
||||||
- ssd
|
|
||||||
|
|
||||||
squashfs_featurebranch:
|
squashfs_featurebranch:
|
||||||
<<: *squashfs_template
|
<<: *squashfs_template
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue