File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
container :
21
21
# image: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.os }}:latest
22
- image : ghcr.io/rbanka1/umf-ubuntu- ${{ matrix.ubuntu_ver }}:latest
22
+ image : ghcr.io/rbanka1/umf-${{ matrix.os }}:latest # test
23
23
options : --privileged
24
24
volumes :
25
25
- ${{ github.workspace }}:${{ github.workspace }}
Original file line number Diff line number Diff line change 17
17
runs-on : ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-22.04' }}
18
18
container :
19
19
# image: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.os }}:latest
20
- image : ghcr.io/bb- rbanka1/umf-ubuntu- ${{ matrix.ubuntu_ver }}:latest
20
+ image : ghcr.io/rbanka1/umf-${{ matrix.ubuntu_ver }}:latest # test
21
21
options : --user test_user --privileged
22
22
volumes :
23
23
- ${{ github.workspace }}:${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments