From e20c5b29cd7993f25724f7d88feb46dace0c36a7 Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Thu, 30 May 2024 19:23:42 +0000 Subject: [PATCH] fix --- package/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/action.yml b/package/action.yml index ec852eb..58fb8c4 100644 --- a/package/action.yml +++ b/package/action.yml @@ -80,6 +80,8 @@ runs: -v .:/pkgr/app \ -v $workspace/cache:/pkgr/cache \ -v $workspace/output:/pkgr/output \ + --net=host \ + -e DATABASE_URL -e REDIS_URL \ ghcr.io/crohr/pkgr/${{ inputs.target }}-${{ inputs.pkgr_version }} \ --name "${{ inputs.name }}" --version "${{ inputs.version }}" --iteration "${{ steps.setup.outputs.iteration }}"