Skip to content

Commit

Permalink
Use precice/precice:latest in GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Jul 25, 2023
1 parent b97364c commit 5814ee6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
needs: [setup_test]
runs-on: ubuntu-latest
container:
image: benjaminrodenberg/precice:2.5.0
image: precice/precice:latest
options: --user root
steps:
- name: Checkout Repository
Expand All @@ -37,7 +37,7 @@ jobs:
name: Run setup install
runs-on: ubuntu-latest
container:
image: benjaminrodenberg/precice:2.5.0
image: precice/precice:latest
options: --user root
steps:
- name: Checkout Repository
Expand All @@ -62,7 +62,7 @@ jobs:
needs: [setup_install]
runs-on: ubuntu-latest
container:
image: benjaminrodenberg/precice:2.5.0
image: precice/precice:latest
options: --user root
steps:
- name: Checkout Repository
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
needs: [setup_test]
runs-on: ubuntu-latest
container:
image: benjaminrodenberg/precice:2.5.0
image: precice/precice:latest
options: --user root
steps:
- name: Checkout Repository
Expand All @@ -140,7 +140,7 @@ jobs:
needs: [setup_install, setup_test]
runs-on: ubuntu-latest
container:
image: benjaminrodenberg/precice:2.5.0
image: precice/precice:latest
options: --user root
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-solverdummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Run solverdummies
runs-on: ubuntu-latest
container:
image: benjaminrodenberg/precice:2.5.0
image: precice/precice:latest
options: --user root
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 5814ee6

Please sign in to comment.