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