Support caching rpm of google-chrome also

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar "Balu" C 2022-07-06 17:13:55 +05:30
parent 25a4531f59
commit fbcb5bfbea
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
2 changed files with 91 additions and 29 deletions

View file

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