From 152d37942578e7fc6950790e01425bebccce7fc5 Mon Sep 17 00:00:00 2001 From: Elwardi Date: Fri, 24 May 2024 10:48:16 +0200 Subject: [PATCH] fix: use ofdatacommittee packages --- .github/workflows/ci.yaml | 4 ++-- docker/build.yml | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5505258..ab35682 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - openfoam_version: ['2312', '2212', '2112'] + openfoam_version: ['2312', '2212'] smartsim_version: ['0.7.0', '0.6.2'] database_backend: ['redis'] ubuntu_version: ['22.04', '20.04'] ## SmartSim not available yet for Python 3.12 on Ubuntu 24 @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-22.04 container: - image: ghcr.io/foamscience/openfoam-smartsim:of-${{ matrix.openfoam_version }}-smart-${{ matrix.smartsim_version }}-${{ matrix.database_backend }}-ubuntu-${{ matrix.ubuntu_version }} + image: ghcr.io/ofdatacommittee/openfoam-smartsim:of-${{ matrix.openfoam_version }}-smart-${{ matrix.smartsim_version }}-${{ matrix.database_backend }}-ubuntu-${{ matrix.ubuntu_version }} env: CATCH_TIMEOUT: 20 FOAM_FOAMUT: "/tmp/foamUT" diff --git a/docker/build.yml b/docker/build.yml index 858a8a0..546cc71 100644 --- a/docker/build.yml +++ b/docker/build.yml @@ -17,7 +17,6 @@ openfoam_versions: - "2312" - "2212" - - "2112" - name: Define list of SmartSim versions set_fact: @@ -29,7 +28,6 @@ set_fact: database_backends: - "redis" - - "keydb" - name: Define list of Ubuntu versions set_fact: @@ -75,7 +73,7 @@ - name: Push Docker images to GitHub Container Registry docker_image: - name: "ghcr.io/{{ username }}/openfoam-smartsim:of-{{ item.0 }}-smart-{{ item.1 }}-{{ item.2 }}-ubuntu-{{ item.3 }}" + name: "ghcr.io/ofdatacommittee/openfoam-smartsim:of-{{ item.0 }}-smart-{{ item.1 }}-{{ item.2 }}-ubuntu-{{ item.3 }}" source: local push: yes loop: "{{ openfoam_versions|product(smartsim_versions, database_backends, ubuntu_versions)|list }}"