Skip to content

Commit 0fc2ade

Browse files
WestladIlyasRidhuan
authored andcommitted
fix: actions
1 parent 838668c commit 0fc2ade

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎./workflows/check-PRs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969

7070
- name: Start Containers
7171
run: |
72+
docker build --no-cache -t ghcr.io/eyblockchain/local-zokrates -f zokrates.Dockerfile .
7273
docker-compose build
7374
./start-nightfall -wt -s &
7475
@@ -105,6 +106,7 @@ jobs:
105106

106107
- name: Start Containers with ganache
107108
run: |
109+
docker build --no-cache -t ghcr.io/eyblockchain/local-zokrates -f zokrates.Dockerfile .
108110
docker-compose build
109111
./start-nightfall -g &> test-gas.log &disown
110112
env:

0 commit comments

Comments
 (0)