Skip to content

Commit

Permalink
build on website on node 16
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Haals <[email protected]>
  • Loading branch information
jhaals committed Nov 12, 2021
1 parent cdc527c commit 0581c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish Docker image

# yamllint disable-line rule:truthy
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /yopass
COPY . .
RUN go build ./cmd/yopass && go build ./cmd/yopass-server

FROM node as website
FROM node:16 as website
COPY website /website
WORKDIR /website
RUN yarn install && yarn build
Expand Down

0 comments on commit 0581c55

Please sign in to comment.