Skip to content

Commit e519bfe

Browse files
committed
.
1 parent be705bc commit e519bfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
container:
2121
# 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
2323
options: --privileged
2424
volumes:
2525
- ${{ github.workspace }}:${{ github.workspace }}

.github/workflows/reusable_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-22.04' }}
1818
container:
1919
# 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
2121
options: --user test_user --privileged
2222
volumes:
2323
- ${{ github.workspace }}:${{ github.workspace }}

0 commit comments

Comments
 (0)