From 1ad1df3049d8c014197685a52750d4fb73408b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com> Date: Tue, 19 Apr 2022 12:13:21 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 946df86..b02ca31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build: stage: build image: entrypoint: [''] - name: pages/hugo:latest + name: registry.gitlab.com/pages/hugo:latest script: - hugo artifacts: -- GitLab