using registry subdomain for domains
This commit is contained in:
parent
f9446e6988
commit
1c8adf660a
@ -6,7 +6,7 @@ pipeline {
|
|||||||
when { branch 'master' }
|
when { branch 'master' }
|
||||||
steps {
|
steps {
|
||||||
script {
|
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()
|
docker.build("sarsoo/sarsooxyz.hugo:latest").push()
|
||||||
}
|
}
|
||||||
|
@ -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
|
COPY . /sarsooxyz.hugo
|
||||||
WORKDIR /sarsooxyz.hugo
|
WORKDIR /sarsooxyz.hugo
|
||||||
|
Loading…
Reference in New Issue
Block a user