diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d19d1dee..7703596f 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -316,7 +316,7 @@ jobs: - name: before script build run: docker build -t artemis_rpki_testing testing/rpki - name: before script run - run: docker run --rm -v $(pwd)/local_configs/routinator/tals:/home/routinator/.rpki-cache/tals nlnetlabs/routinator init -f --accept-arin-rpa + run: docker run --rm -v $(pwd)/local_configs/routinator/tals:/home/routinator/.rpki-cache/tals nlnetlabs/routinator:v0.7.0 init -f --accept-arin-rpa - name: before script up run: docker-compose -f docker-compose.testrpki.yaml -f docker-compose.routinator.yaml up -d - name: script