mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-22 07:23:09 +01:00
KASM-1994 Use custom aws runner for kali image
This commit is contained in:
parent
0ac10fce06
commit
eca1b4d6ae
@ -67,6 +67,8 @@ build_kali_rolling:
|
||||
- /^release\/.*$/
|
||||
except:
|
||||
- schedules
|
||||
tags:
|
||||
- aws-autoscale
|
||||
|
||||
build_centos:
|
||||
stage: build
|
||||
@ -120,6 +122,8 @@ build_kali_rolling_dev:
|
||||
except:
|
||||
- develop
|
||||
- /^release\/.*$/
|
||||
tags:
|
||||
- aws-autoscale
|
||||
|
||||
build_centos_dev:
|
||||
stage: build
|
||||
@ -166,6 +170,8 @@ build_kali_rolling_schedules:
|
||||
- docker push ${ORG_NAME}/core-kali-rolling:$SANITIZED_ROLLING_BRANCH
|
||||
only:
|
||||
- schedules
|
||||
tags:
|
||||
- aws-autoscale
|
||||
|
||||
build_centos_schedules:
|
||||
stage: build
|
||||
|
Loading…
Reference in New Issue
Block a user