From 0d1fd01bfbd4a5f48a70541e4e5720a610f1905c Mon Sep 17 00:00:00 2001 From: David Schneider Date: Fri, 12 Apr 2024 16:14:58 +0200 Subject: [PATCH] Update docker image name in CI to precice nightly --- .github/workflows/backward_compatibility.yml | 2 +- .github/workflows/heat_transfer_ci.yml | 2 +- .github/workflows/solid_mechanics_ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backward_compatibility.yml b/.github/workflows/backward_compatibility.yml index f38fe58..9e129c6 100644 --- a/.github/workflows/backward_compatibility.yml +++ b/.github/workflows/backward_compatibility.yml @@ -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"; diff --git a/.github/workflows/heat_transfer_ci.yml b/.github/workflows/heat_transfer_ci.yml index f828062..2e7450f 100644 --- a/.github/workflows/heat_transfer_ci.yml +++ b/.github/workflows/heat_transfer_ci.yml @@ -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"; diff --git a/.github/workflows/solid_mechanics_ci.yml b/.github/workflows/solid_mechanics_ci.yml index d4ddd67..5426f37 100644 --- a/.github/workflows/solid_mechanics_ci.yml +++ b/.github/workflows/solid_mechanics_ci.yml @@ -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";