From 756971222babf4e83eb336a20535ca04464aa3d9 Mon Sep 17 00:00:00 2001 From: sebthom Date: Tue, 12 Mar 2024 14:33:03 +0100 Subject: [PATCH] temporarily disabling rootless builds --- .github/workflows/build.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 081c44f..46a9261 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,18 +49,20 @@ jobs: - DOCKER_IMAGE_FLAVOR: dind DOCKER_IMAGE_TAG_PREFIX: dind- GITEA_ACT_RUNNER_VERSION: latest - - DOCKER_IMAGE_FLAVOR: dind-rootless - DOCKER_IMAGE_TAG_PREFIX: dind-rootless- - GITEA_ACT_RUNNER_VERSION: latest + # https://github.com/rootless-containers/rootlesskit/issues/425 + #- DOCKER_IMAGE_FLAVOR: dind-rootless + # DOCKER_IMAGE_TAG_PREFIX: dind-rootless- + # GITEA_ACT_RUNNER_VERSION: latest - DOCKER_IMAGE_FLAVOR: dood DOCKER_IMAGE_TAG_PREFIX: "" GITEA_ACT_RUNNER_VERSION: nightly - DOCKER_IMAGE_FLAVOR: dind DOCKER_IMAGE_TAG_PREFIX: dind- GITEA_ACT_RUNNER_VERSION: nightly - - DOCKER_IMAGE_FLAVOR: dind-rootless - DOCKER_IMAGE_TAG_PREFIX: dind-rootless- - GITEA_ACT_RUNNER_VERSION: nightly + # https://github.com/rootless-containers/rootlesskit/issues/425 + #- DOCKER_IMAGE_FLAVOR: dind-rootless + # DOCKER_IMAGE_TAG_PREFIX: dind-rootless- + # GITEA_ACT_RUNNER_VERSION: nightly fail-fast: true steps: