Skip to content

Commit

Permalink
fix docker build for forks (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Feb 8, 2023
1 parent 045f083 commit d86918d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Docker Build
run: docker build . -t "${CHAIN_IMAGE}:${CHAIN_A_TAG}"
run: docker build . -t "${CHAIN_IMAGE}:${CHAIN_A_TAG}" --build-arg IBC_GO_VERSION=latest
- name: Setup Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit d86918d

Please sign in to comment.