From ec29f3b98b49c047c855ad2850e279d30cc145ab Mon Sep 17 00:00:00 2001 From: gigirassy Date: Mon, 16 Feb 2026 07:52:16 +0100 Subject: [PATCH] Update .github/workflows/codeberg-publish.yml --- .github/workflows/codeberg-publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeberg-publish.yml b/.github/workflows/codeberg-publish.yml index 24229f2..eb38621 100644 --- a/.github/workflows/codeberg-publish.yml +++ b/.github/workflows/codeberg-publish.yml @@ -10,7 +10,10 @@ on: jobs: build: runs-on: nune-runner - + + container: + image: docker:24-dind + steps: - name: Checkout repository uses: actions/checkout@v4