From 9ab24c1cbae7339f81ebf737629318e7e8a610da Mon Sep 17 00:00:00 2001 From: Felix Kloss Date: Thu, 17 Aug 2023 14:02:35 +0200 Subject: [PATCH] chore: Name of Apptainer image for build/test changed --- .github/workflows/build_master.yml | 2 +- .github/workflows/build_pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index d259e5c..e255f6a 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Apptainer uses: open-dynamic-robot-initiative/trifinger-build-action/setup_apptainer@v2 with: - uri: oras://ghcr.io/open-dynamic-robot-initiative/trifinger_singularity/solo_user:latest + uri: oras://ghcr.io/open-dynamic-robot-initiative/trifinger_singularity/solo_bolt_user:latest - name: Build uses: open-dynamic-robot-initiative/trifinger-build-action/build@v2 diff --git a/.github/workflows/build_pr.yml b/.github/workflows/build_pr.yml index d8e2af3..14d2d73 100644 --- a/.github/workflows/build_pr.yml +++ b/.github/workflows/build_pr.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Apptainer uses: open-dynamic-robot-initiative/trifinger-build-action/setup_apptainer@v2 with: - uri: oras://ghcr.io/open-dynamic-robot-initiative/trifinger_singularity/solo_user:latest + uri: oras://ghcr.io/open-dynamic-robot-initiative/trifinger_singularity/solo_bolt_user:latest - name: Build uses: open-dynamic-robot-initiative/trifinger-build-action/build@v2