Change base docker image
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 24s Details

This commit is contained in:
Roland Thomas Jr 2024-02-12 22:44:15 -05:00
parent f3ae24ac9f
commit ee86d69746
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM klakegg/hugo:ext-alpine-onbuild as hugo
FROM floryn90/hugo:ext-alpine-onbuild as hugo
FROM nginx
COPY --from=hugo /target /usr/share/nginx/html