From 41f0f8d322ec492208a52aeb1e1317ce9d4a4092 Mon Sep 17 00:00:00 2001 From: ver4a Date: Tue, 22 Apr 2025 10:24:07 +0200 Subject: [PATCH] ci: Fix build context --- .forgejo/workflows/build-image.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index d2a986c..cfe9847 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -20,6 +20,7 @@ jobs: with: image: 'registry.uncontrol.me/ver4a/oci-builder' tags: 'ci-dev' + context: 'oci-builder' containerfiles: 'Dockerfile' oci: true extra-args: | @@ -63,6 +64,7 @@ jobs: with: image: 'registry.uncontrol.me/ver4a/oci-builder' tags: 'throwaway' + context: 'oci-builder' containerfiles: 'Dockerfile' oci: true extra-args: |