Skip to content

Commit 1c4ef3b

Browse files
committed
separated test
1 parent 049d01c commit 1c4ef3b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/docker/ubuntu-24.04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ ENV USER test_user
6464
ENV USERPASS pass
6565
RUN useradd -m "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
6666
USER test_user
67+
#

.github/workflows/reusable_dockers_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
status: ${{ job.status }}
2121
env:
2222
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }} # test
23-
IMG: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
23+
IMG: ghcr.io/rbanka1/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
24+
# IMG: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
2425

2526
steps:
2627
- name: Checkout repository

0 commit comments

Comments
 (0)