Skip to content

Commit

Permalink
Update docker image name in CI to precice nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Apr 12, 2024
1 parent 20931f2 commit 0d1fd01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backward_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
echo $command
docker pull dealii/dealii:v9.4.0-jammy
docker pull precice/precice:develop
docker pull precice/precice:latest
docker build -t dealii-precice:develop -f ./utilities/Dockerfile.dealiiv94 .
docker run -t dealii-precice:develop /bin/sh -c "$command";
2 changes: 1 addition & 1 deletion .github/workflows/heat_transfer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
echo $command
docker pull dealii/dealii:master-jammy
docker pull precice/precice:develop
docker pull precice/precice:nightly
docker build -t dealii-precice:develop -f ./utilities/Dockerfile .
docker run -t dealii-precice:develop /bin/sh -c "$command";
2 changes: 1 addition & 1 deletion .github/workflows/solid_mechanics_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
echo $command
docker pull dealii/dealii:master-jammy
docker pull precice/precice:develop
docker pull precice/precice:nightly
docker build -t dealii-precice:develop -f ./utilities/Dockerfile .
docker run -t dealii-precice:develop /bin/sh -c "$command";

0 comments on commit 0d1fd01

Please sign in to comment.