From 54bc0245a9f5518321fd6908d3bbd10bf0f11c9b Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 13 Mar 2024 15:21:43 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e339f2..7cf97c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,8 +30,8 @@ jobs: runs-on: ubuntu-latest container: image: alpine/git:latest - # volumes: - # - /data:/workspace/coopgo-platform/mobility-accounts/ + volumes: + - /workspace/coopgo-platform/mobility-accounts:/data steps: - name: Clone repository