diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff723dbc..c168d4d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Run plugin run: | - wget https://github.com/interTwin-eu/interlink-docker-plugin/releases/download/0.0.22-no-gpu/docker-plugin_Linux_x86_64 -O docker-plugin \ + wget https://github.com/interTwin-eu/interlink-docker-plugin/releases/download/0.0.24-no-gpu/docker-plugin_Linux_x86_64 -O docker-plugin \ && chmod +x docker-plugin \ && docker ps \ && export INTERLINKCONFIGPATH=$PWD/ci/manifests/plugin-config.yaml \ @@ -27,7 +27,7 @@ jobs: with: workdir: ci verb: call - args: -s --name my-test build-images --source-folder ../ new-interlink --plugin-endpoint tcp://localhost:4000 --manifests ./manifests test stdout + args: -s --name my-test build-images new-interlink --plugin-endpoint tcp://localhost:4000 test stdout cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }} version: "0.13.0" - dagger-flags: -d + #dagger-flags: -d diff --git a/ci/manifests/interlink-config.yaml b/ci/manifests/interlink-config.yaml index 875aecba..3b1a9417 100644 --- a/ci/manifests/interlink-config.yaml +++ b/ci/manifests/interlink-config.yaml @@ -9,6 +9,7 @@ InterlinkAddress: "http://0.0.0.0" InterlinkPort: "3000" SidecarURL: "http://plugin" +#SidecarURL: "http://0.0.0.0" SidecarPort: "4000" VerboseLogging: true ErrorsOnlyLogging: false