Save chrome and chromium deb files in package registry

This commit is contained in:
Andrejs Cunskis 2022-08-21 21:32:51 +03:00
parent fad37f305c
commit 941883094a
No known key found for this signature in database
GPG key ID: 87CB75083F227241
5 changed files with 122 additions and 74 deletions

11
Dockerfile.cache-chrome Normal file
View file

@ -0,0 +1,11 @@
# Save amd64 chrome and arm64 .deb files to package registry
FROM debian:latest
ARG TARGETARCH
ARG CI_API_V4_URL
ARG CI_PROJECT_ID
ARG CI_JOB_TOKEN
ADD scripts/cache-google-chrome /cache-google-chrome
RUN /cache-google-chrome