We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049d01c commit 1c4ef3bCopy full SHA for 1c4ef3b
.github/docker/ubuntu-24.04.Dockerfile
@@ -64,3 +64,4 @@ ENV USER test_user
64
ENV USERPASS pass
65
RUN useradd -m "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
66
USER test_user
67
+#
.github/workflows/reusable_dockers_build.yml
@@ -20,7 +20,8 @@ jobs:
20
status: ${{ job.status }}
21
env:
22
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }} # test
23
- IMG: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
+ IMG: ghcr.io/rbanka1/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
24
+ # IMG: ghcr.io/bb-ur/umf-ubuntu-${{ matrix.ubuntu-version }}:latest
25
26
steps:
27
- name: Checkout repository
0 commit comments