Skip to content

Commit

Permalink
add container image build
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankad committed Aug 17, 2024
1 parent ad618f5 commit 0a6a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: pip install wheel

- name: Build encrypted filesystem artifacta, contract ledger client & depa-training container
run: cd ${{ github.workspace }} && .ci/build.sh
run: ci/build.sh

- name: Build container images
run: cd ${{ github.workspace }}/scenarios/covid && ./ci/build.sh
Expand Down

0 comments on commit 0a6a456

Please sign in to comment.