diff --git a/.jenkins/jenkinsfile b/.jenkins/jenkinsfile index 4b1ba8b..8a0f09a 100644 --- a/.jenkins/jenkinsfile +++ b/.jenkins/jenkinsfile @@ -6,7 +6,7 @@ pipeline { when { branch 'master' } steps { script { - docker.withRegistry('https://git.sarsoo.xyz', 'git-registry-creds') { + docker.withRegistry('https://registry.sarsoo.xyz', 'git-registry-creds') { docker.build("sarsoo/sarsooxyz.hugo:latest").push() } diff --git a/Dockerfile b/Dockerfile index b5fb157..c10d707 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM git.sarsoo.xyz/sarsoo/hugo:latest AS build +FROM registry.sarsoo.xyz/sarsoo/hugo:latest AS build COPY . /sarsooxyz.hugo WORKDIR /sarsooxyz.hugo