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