From b2d6b7adac7604a15b8eafa03b5538a9166cbe97 Mon Sep 17 00:00:00 2001 From: ver4a Date: Tue, 22 Apr 2025 10:35:43 +0200 Subject: [PATCH] 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