Skip to content

Commit

Permalink
fix: docker file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Jan 30, 2024
1 parent 9a14572 commit 10f98f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/interchaintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: List dockerfiles directory
run: pwd && ls -la ./dockerfiles

- name: Build and export
uses: docker/build-push-action@v5
with:
context: ./dockerfiles
file: Dockerfile.e2e
file: dockerfiles/Dockerfile.e2e
tags: seda:local
outputs: type=docker,dest=${{ env.TAR_PATH }}

Expand Down

0 comments on commit 10f98f9

Please sign in to comment.