fixup
Some checks failed
Gentoo Utils / build-docker (push) Successful in 5m2s
Gentoo Utils / build (push) Failing after 56s

This commit is contained in:
2025-12-06 20:43:59 +00:00
parent 08b00fbc99
commit aff09f2334
2 changed files with 3 additions and 6 deletions

View File

@@ -28,9 +28,6 @@ RUN emerge =dev-build/meson-9999
RUN useradd -m gentooligan
# dummy command
RUN true
USER gentooligan
WORKDIR /workspace

View File

@@ -29,12 +29,12 @@ jobs:
fi
-
name: Set up Docker buildx
if: steps.docker-changes.outputs.changes_detected == 'true'
if: steps.image-changes.outputs.changes_detected == 'true'
uses: docker/setup-buildx-action@v3
-
name: Log in to Github Container Registry
if: steps.docker-changes.outputs.changes_detected == 'true'
if: steps.image-changes.outputs.changes_detected == 'true'
uses: docker/login-action@v3
with:
registry: git.epenguin.net
@@ -43,7 +43,7 @@ jobs:
-
name: Build and push
if: steps.docker-changes.outputs.changes_detected == 'true'
if: steps.image-changes.outputs.changes_detected == 'true'
uses: docker/build-push-action@v6
with:
push: true