From c0206c169d4b8c790316c42a777786ba64f4151e Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 18 Jul 2024 10:08:57 +0000 Subject: [PATCH] Update .gitea/workflows/publish.yaml --- .gitea/workflows/publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 2d18fad..7f59785 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -15,6 +15,8 @@ jobs: sudo apt-get update sudo apt-get install -y podman - name: Build the image - run: podman build --tag git.jeffa.io/jeff/trade_bot . + run: | + sudo mount --make-rshared / + podman build --tag git.jeffa.io/jeff/trade_bot . - name: Push the image run: podman push git.jeffa.io/jeff/trade_bot