Skip to content

Commit f79c1c6

Browse files
committed
.
1 parent 77bcd32 commit f79c1c6

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
@@ -20,7 +20,7 @@ jobs:
2020
container:
2121
# image: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.ubuntu_ver }}:latest
2222
image: ghcr.io/rbanka1/umf-${{ matrix.ubuntu_ver }}:latest # test
23-
options: --user test-user --privileged
23+
options: --user test_user --privileged
2424
volumes:
2525
- ${{ github.workspace }}:${{ github.workspace }}
2626
strategy:

.github/workflows/reusable_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
container:
1919
# image: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.ubuntu_ver }}:latest
2020
image: ghcr.io/rbanka1/umf-${{ matrix.ubuntu_ver }}:latest # test
21-
options: --user test-user --privileged
21+
options: --user test_user --privileged
2222
volumes:
2323
- ${{ github.workspace }}:${{ github.workspace }}
2424
strategy:

0 commit comments

Comments
 (0)