From 68a62f478b0864c473e94f70f37f427f769099dd Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 20 Jun 2025 14:57:41 +0200 Subject: [PATCH] load image into local docker daemon --- .forgejo/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 9fb4b05..ebd2e87 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -22,6 +22,7 @@ jobs: with: context: . push: false + load: true tags: website:test - name: Run Django tests in container