mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 11:32:56 +01:00
Support caching rpm of google-chrome also
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
25a4531f59
commit
fbcb5bfbea
2 changed files with 91 additions and 29 deletions
|
|
@ -27,7 +27,7 @@ variables:
|
|||
DOCKER_TLS_VERIFY: 1
|
||||
|
||||
cache-google-chrome:
|
||||
image: debian:bullseye-slim
|
||||
image: ${BASE_IMAGE}
|
||||
stage: automation
|
||||
# Starts the job immediately
|
||||
needs: []
|
||||
|
|
@ -36,3 +36,6 @@ cache-google-chrome:
|
|||
# disable DinD
|
||||
before_script: []
|
||||
services: []
|
||||
parallel:
|
||||
matrix:
|
||||
- BASE_IMAGE: ['debian:bullseye-slim', 'registry.access.redhat.com/ubi8/ubi:8.6']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue