File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
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"
Original file line number Diff line number Diff line change 1717 openfoam_versions :
1818 - " 2312"
1919 - " 2212"
20- - " 2112"
2120
2221 - name : Define list of SmartSim versions
2322 set_fact :
2928 set_fact :
3029 database_backends :
3130 - " redis"
32- - " keydb"
3331
3432 - name : Define list of Ubuntu versions
3533 set_fact :
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 }}"
You can’t perform that action at this time.
0 commit comments