From b2d6b7adac7604a15b8eafa03b5538a9166cbe97 Mon Sep 17 00:00:00 2001 From: ver4a Date: Tue, 22 Apr 2025 10:35:43 +0200 Subject: [PATCH 1/2] ci: Fix "containerfiles" paths --- .forgejo/workflows/build-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index cfe9847..83dc962 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -21,7 +21,7 @@ jobs: image: 'registry.uncontrol.me/ver4a/oci-builder' tags: 'ci-dev' context: 'oci-builder' - containerfiles: 'Dockerfile' + containerfiles: 'oci-builder/Dockerfile' oci: true extra-args: | --userns=container @@ -65,7 +65,7 @@ jobs: image: 'registry.uncontrol.me/ver4a/oci-builder' tags: 'throwaway' context: 'oci-builder' - containerfiles: 'Dockerfile' + containerfiles: 'oci-builder/Dockerfile' oci: true extra-args: | --userns=container From ce36a86d9318732c1f71d08e474e83e98bf2f3d4 Mon Sep 17 00:00:00 2001 From: ver4a Date: Tue, 22 Apr 2025 10:37:17 +0200 Subject: [PATCH 2/2] Rename Dockerfile to Containerfile --- .forgejo/workflows/build-image.yaml | 4 ++-- oci-builder/{Dockerfile => Containerfile} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename oci-builder/{Dockerfile => Containerfile} (100%) diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index 83dc962..b5ed79b 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -21,7 +21,7 @@ jobs: image: 'registry.uncontrol.me/ver4a/oci-builder' tags: 'ci-dev' context: 'oci-builder' - containerfiles: 'oci-builder/Dockerfile' + containerfiles: 'oci-builder/Containerfile' oci: true extra-args: | --userns=container @@ -65,7 +65,7 @@ jobs: image: 'registry.uncontrol.me/ver4a/oci-builder' tags: 'throwaway' context: 'oci-builder' - containerfiles: 'oci-builder/Dockerfile' + containerfiles: 'oci-builder/Containerfile' oci: true extra-args: | --userns=container diff --git a/oci-builder/Dockerfile b/oci-builder/Containerfile similarity index 100% rename from oci-builder/Dockerfile rename to oci-builder/Containerfile