fix(docker): Update base image references to use the internal registry [SKIP CI]
All checks were successful
Build latest image / build-container (push) Successful in 2m19s
All checks were successful
Build latest image / build-container (push) Successful in 2m19s
This commit is contained in:
parent
7d6ebd92fe
commit
3810d3214b
@ -1,8 +1,8 @@
|
|||||||
FROM hugomods/hugo:exts AS build
|
FROM registry.odit.services/hub/hugomods/hugo:exts AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
FROM hugomods/hugo:nginx
|
FROM registry.odit.services/hub/hugomods/hugo:nginx
|
||||||
COPY --from=build /app/public /site
|
COPY --from=build /app/public /site
|
Loading…
x
Reference in New Issue
Block a user