Use custom image for building website

This commit is contained in:
Romain Vigier
2021-08-20 15:56:52 +02:00
parent 01269f2791
commit 1c2a402846
+1 -1
View File
@@ -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 {} \;