Skip to content

Commit 152d379

Browse files
committed
fix: use ofdatacommittee packages
1 parent eb304b4 commit 152d379

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
openfoam_version: ['2312', '2212', '2112']
27+
openfoam_version: ['2312', '2212']
2828
smartsim_version: ['0.7.0', '0.6.2']
2929
database_backend: ['redis']
3030
ubuntu_version: ['22.04', '20.04'] ## SmartSim not available yet for Python 3.12 on Ubuntu 24
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-22.04
3535

3636
container:
37-
image: ghcr.io/foamscience/openfoam-smartsim:of-${{ matrix.openfoam_version }}-smart-${{ matrix.smartsim_version }}-${{ matrix.database_backend }}-ubuntu-${{ matrix.ubuntu_version }}
37+
image: ghcr.io/ofdatacommittee/openfoam-smartsim:of-${{ matrix.openfoam_version }}-smart-${{ matrix.smartsim_version }}-${{ matrix.database_backend }}-ubuntu-${{ matrix.ubuntu_version }}
3838
env:
3939
CATCH_TIMEOUT: 20
4040
FOAM_FOAMUT: "/tmp/foamUT"

docker/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
openfoam_versions:
1818
- "2312"
1919
- "2212"
20-
- "2112"
2120

2221
- name: Define list of SmartSim versions
2322
set_fact:
@@ -29,7 +28,6 @@
2928
set_fact:
3029
database_backends:
3130
- "redis"
32-
- "keydb"
3331

3432
- name: Define list of Ubuntu versions
3533
set_fact:
@@ -75,7 +73,7 @@
7573

7674
- name: Push Docker images to GitHub Container Registry
7775
docker_image:
78-
name: "ghcr.io/{{ username }}/openfoam-smartsim:of-{{ item.0 }}-smart-{{ item.1 }}-{{ item.2 }}-ubuntu-{{ item.3 }}"
76+
name: "ghcr.io/ofdatacommittee/openfoam-smartsim:of-{{ item.0 }}-smart-{{ item.1 }}-{{ item.2 }}-ubuntu-{{ item.3 }}"
7977
source: local
8078
push: yes
8179
loop: "{{ openfoam_versions|product(smartsim_versions, database_backends, ubuntu_versions)|list }}"

0 commit comments

Comments
 (0)