[CR] Move image to cr.simoncor.net
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-05-24 18:08:19 +02:00
parent 44f863db31
commit 6439876c5e
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ steps:
settings:
# registery and repos
registry: 'docker.io'
repo: 'rakepanorama/start-simoncor-net'
registry: 'cr.simoncor.net'
repo: 'cr.simoncor.net/siempie/start-simoncor-net'
mtu: '1440'
# build stuff

View File

@ -1,4 +1,4 @@
FROM docker.io/rakepanorama/hugo-sws:latest
FROM cr.simoncor.net/siempie/hugo-sws:latest
# clone site and template
RUN set -e \