Skip to content

Commit

Permalink
chore: Name of Apptainer image for build/test changed
Browse files Browse the repository at this point in the history
  • Loading branch information
luator committed Aug 17, 2023
1 parent 804da0b commit 9ab24c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ab24c1

Please sign in to comment.