Skip to content

Commit

Permalink
fix: env var in Dockerfile.e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Jan 30, 2024
1 parent 447aa4d commit 7b030c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/interchaintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
context: .
file: ./dockerfiles/Dockerfile.e2e
tags: seda-chaind-e2e
build-args: SEDA_EXPONENT=${{ env.SEDA_EXPONENT }}
outputs: type=docker,dest=${{ env.TAR_PATH }}

- name: Upload artifact
Expand Down
3 changes: 3 additions & 0 deletions dockerfiles/Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ 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

0 comments on commit 7b030c2

Please sign in to comment.