From 1c2a402846d3caba870d6d27496800cea380cc64 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Fri, 20 Aug 2021 15:56:52 +0200 Subject: [PATCH] Use custom image for building website --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c3d19e..0edbd6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ package: pages: stage: deploy needs: [] - image: fedora:latest + image: registry.gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension:latest script: - cp -r website public - find public -type f -regex '.*\.\(|html\|css\|svg\|png\|woff\|woff2\)$' -exec gzip -f -k {} \;