Remove tags

This commit is contained in:
Jakob Lechner 2023-09-07 22:36:48 +00:00
parent 27ec180b79
commit dbb05df99f
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -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