From a525721aa0f7b5817d4bc10ef9c8faa0104b783b Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 13 Mar 2024 15:25:39 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81cf5da..c43c00c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: container: image: alpine/git:latest volumes: - - /workspace/coopgo-platform/mobility-accounts:/data + - /data:/data steps: - name: Clone repository @@ -47,6 +47,8 @@ jobs: runs-on: ubuntu-latest container: image: docker:20.10.7 + volumes: + - /data:/data needs: clone_repository steps: @@ -80,6 +82,7 @@ jobs: - name: Check folder run: | + cd /data pwd ls -la