Skip to content

Commit

Permalink
fix: with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
pikonha committed Mar 5, 2024
1 parent c812dd1 commit 9d36ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Build Docker image
run: docker build -t blockful/external-resolver-contracts -f packages/contracts/Dockerfile packages/contracts
with:
build-args: |
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true

- name: Start Docker container
run: docker run -d --name external-resolver-contracts -p 8545:8545 blockful/external-resolver-contracts
Expand Down
1 change: 0 additions & 1 deletion packages/contracts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ FROM ghcr.io/foundry-rs/foundry
WORKDIR /app
COPY . .

RUN forge install
RUN forge build

# Runs `forge script` against the anvil chain to set up contracts
Expand Down

0 comments on commit 9d36ecc

Please sign in to comment.