fuck
ci.vdhsn.com/push Build is failing Details

pull/2/head
Adam Veldhousen 2023-01-27 23:05:43 -06:00
parent c1ce180084
commit 5f87d18a4f
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
FROM docker.io/golang:alpine as build
RUN apk add hugo make git --no-cache
RUN go install git.sr.ht/~sircmpwn/openring@latest
COPY . /go/src/blog
WORKDIR /go/src/blog
RUN make public
RUN apk add hugo make git --no-cache \
go install git.sr.ht/~sircmpwn/openring@latest \
make public
FROM docker.io/nginx
COPY --from=build /go/src/blog/public /usr/share/nginx/html