Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/oscillator-overlap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
defaults:
run:
working-directory: ./oscillator-overlap
container: precice/precice:3.2.0rc1
container: precice/precice:3.2.0
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
defaults:
run:
working-directory: ./partitioned-heat-conduction
container: precice/precice:3.2.0rc1
container: precice/precice:3.2.0
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
defaults:
run:
working-directory: ./partitioned-heat-conduction
container: precice/precice:3.2.0rc1
container: precice/precice:3.2.0
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perpendicular-flap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: bash
working-directory: ./perpendicular-flap
# built using tools/docker/fenics-openfoam/Dockerfile
container: benjaminrodenberg/fenics-openfoam:3.2.0rc1
container: benjaminrodenberg/fenics-openfoam:3.2.0
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
push: true
file: "./tools/docker/dealii-openfoam/Dockerfile"
tags: ${{ env.docker_username }}/dealii-openfoam:3.2.0rc1
tags: ${{ env.docker_username }}/dealii-openfoam:3.2.0
build_fenics_openfoam:
name: "Build FEniCS-OpenFOAM"
runs-on: ubuntu-latest
Expand All @@ -40,4 +40,4 @@ jobs:
with:
push: true
file: "./tools/docker/fenics-openfoam/Dockerfile"
tags: ${{ env.docker_username }}/fenics-openfoam:3.2.0rc1
tags: ${{ env.docker_username }}/fenics-openfoam:3.2.0
6 changes: 3 additions & 3 deletions .github/workflows/turek-hron-fsi3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
- name: Figure 6.8 FEniCS-OpenFOAM legacy
solid-participant: fenics
solid-run: run_legacy.sh
container: benjaminrodenberg/fenics-openfoam:3.2.0rc1
container: benjaminrodenberg/fenics-openfoam:3.2.0
id: legacy
expects-error: true
- name: Figure 6.8 FEniCS-OpenFOAM WI
solid-participant: fenics
solid-run: run_WI.sh
container: benjaminrodenberg/fenics-openfoam:3.2.0rc1
container: benjaminrodenberg/fenics-openfoam:3.2.0
id: WI
expects-error: false
- name: Figure 6.8 deal.II-OpenFOAM nonlin
solid-participant: dealii
solid-run: run.sh -e=/dealii-adapter/elasticity
container: benjaminrodenberg/dealii-openfoam:3.2.0rc1
container: benjaminrodenberg/dealii-openfoam:3.2.0
id: nonlin
expects-error: false
# runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/dealii-openfoam/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM precice/precice:3.2.0rc1
FROM precice/precice:3.2.0

USER root

Expand Down
2 changes: 1 addition & 1 deletion tools/docker/fenics-openfoam/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM precice/precice:3.2.0rc1
FROM precice/precice:3.2.0

USER root

Expand Down