Skip to content

Commit

Permalink
fix docker registry for website
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Jan 3, 2024
1 parent 5e51368 commit edd04f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as synchronizer
FROM docker.io/golang:1.21 as synchronizer

COPY ./website ./website
COPY ./scripts ./scripts
Expand All @@ -10,7 +10,7 @@ RUN apt update && apt install -y git make

RUN make synchronize

FROM hugomods/hugo:exts as builder
FROM docker.io/hugomods/hugo:exts as builder

ARG HUGO_BASEURL=
ENV HUGO_BASEURL=${HUGO_BASEURL}
Expand Down

0 comments on commit edd04f7

Please sign in to comment.