Skip to content

Commit

Permalink
fix: use ofdatacommittee packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamScience committed May 24, 2024
1 parent eb304b4 commit 152d379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
4 changes: 1 addition & 3 deletions docker/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
openfoam_versions:
- "2312"
- "2212"
- "2112"

- name: Define list of SmartSim versions
set_fact:
Expand All @@ -29,7 +28,6 @@
set_fact:
database_backends:
- "redis"
- "keydb"

- name: Define list of Ubuntu versions
set_fact:
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit 152d379

Please sign in to comment.