From 4d20a352c7f24f66f42f0bec38db9b151e755889 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Thu, 15 Aug 2024 09:51:57 +0300 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a32fa9e..4dd0c83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.com/pages/hugo:latest +image: https://hub.docker.com/_/debian stages: - build @@ -6,7 +6,7 @@ stages: before_script: - apt-get update - - apt-get install -y rsync openssh-client + - apt-get install -y rsync openssh-client hugo build: stage: build