Skip to content

Commit

Permalink
Explicitly specify docker image tags in CI.
Browse files Browse the repository at this point in the history
* use spack base image precice/ci-spack-pyprecice-deps-2404:2.5.1.0
* use precice base image precice/precice:2.5.1
  • Loading branch information
BenjaminRodenberg committed Aug 27, 2024
1 parent 53f5761 commit 456bbb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: precice/precice:latest
image: precice/precice:2.5.1
options: --user root
steps:
- name: Checkout Repository
Expand All @@ -37,7 +37,7 @@ jobs:
name: Run setup install
runs-on: ubuntu-latest
container:
image: precice/precice:latest
image: precice/precice:2.5.1
options: --user root
steps:
- name: Checkout Repository
Expand All @@ -62,7 +62,7 @@ jobs:
needs: [setup_install]
runs-on: ubuntu-latest
container:
image: precice/precice:latest
image: precice/precice:2.5.1
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: precice/precice:latest
image: precice/precice:2.5.1
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: precice/precice:latest
image: precice/precice:2.5.1
options: --user root
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: build_spack
runs-on: ubuntu-latest
timeout-minutes: 15
container: precice/ci-spack-pyprecice-deps-2404
container: precice/ci-spack-pyprecice-deps-2404:2.5.1.0
defaults:
run:
shell: "bash --login -eo pipefail {0}"
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: precice/precice:latest
image: precice/precice:2.5.1
options: --user root
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 456bbb5

Please sign in to comment.