From 882886b7dbc6390165d73f420e6ccdaa49258478 Mon Sep 17 00:00:00 2001 From: Vasileios Kotronis Date: Tue, 22 Nov 2022 17:12:19 +0200 Subject: [PATCH] routinator service anchoring in-CI --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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