Skip to content

Commit

Permalink
chore: set env var at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Jan 30, 2024
1 parent 7b030c2 commit 3d473ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dockerfiles/Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ FROM golang:${GO_VERSION}-alpine as builder
ARG GIT_VERSION
ARG GIT_COMMIT
ARG GITHUB_TOKEN
ARG SEDA_EXPONENT

ENV SEDA_EXPONENT=$SEDA_EXPONENT

RUN apk add --no-cache \
ca-certificates \
Expand Down Expand Up @@ -67,6 +64,8 @@ RUN --mount=type=cache,target=/root/.cache/go-build \

FROM ${RUNNER_IMAGE}

ARG SEDA_EXPONENT

COPY --from=builder /seda-chain/build/seda-chaind /bin/seda-chaind

ENV HOME /seda-chain
Expand Down

0 comments on commit 3d473ff

Please sign in to comment.