Experiment: automatically push built images

This commit is contained in:
Andrejs Cunskis 2022-05-11 12:56:08 +00:00 committed by Rémy Coutable
parent 5a79c03924
commit 6bfe260f3b
15 changed files with 227 additions and 363 deletions

View file

@ -1,5 +1,7 @@
# Used by GitLab/KAS integration tests
.gitlab-kas-matrix:
gitlab-kas:
extends:
- .build_and_push
variables:
GOLANG: '1.16'
LFS: '2.9'
@ -12,14 +14,3 @@
parallel:
matrix:
- RUBY: ['2.7.2.patched', '2.7.patched', '3.0.patched']
gitlab-kas test:
extends:
- .gitlab-kas-matrix
- .test_custom
gitlab-kas push:
extends:
- .gitlab-kas-matrix
- .build_and_deploy_custom
needs: ["gitlab-kas test"]