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: |