From bc318e5b45e9fd9dea1902485fcdab7e060d03f6 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 13 Mar 2024 15:29:19 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c43c00c..0852cae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,12 @@ jobs: runs-on: ubuntu-latest steps: + - name: create data folder + run: | + mkdir data + ls -la + pwd + - name: Checkout repository uses: actions/checkout@v3 @@ -48,7 +54,7 @@ jobs: container: image: docker:20.10.7 volumes: - - /data:/data + - /workspace/coopgo-platform/mobility-accounts/data:/data needs: clone_repository steps: