.
This commit is contained in:
parent
49ba3be44a
commit
7218ee7607
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -2,7 +2,7 @@ name: Publish Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, fix/docker ]
|
||||
release:
|
||||
types: [published, created, edited]
|
||||
|
||||
|
@ -14,6 +14,9 @@ COPY --from=dep_planner /siwe-oidc/recipe.json recipe.json
|
||||
RUN cargo chef cook --release --recipe-path recipe.json
|
||||
|
||||
FROM node:16-alpine as node_builder
|
||||
ENV FORTMATIC_KEY=""
|
||||
ENV INFURA_ID=""
|
||||
ENV PORTIS_ID=""
|
||||
ADD --chown=node:node ./static /siwe-oidc/static
|
||||
ADD --chown=node:node ./js/ui /siwe-oidc/js/ui
|
||||
WORKDIR /siwe-oidc/js/ui
|
||||
|
Loading…
x
Reference in New Issue
Block a user