From 22db0f738f41eefa660cc7af7e9b20e3b8ce144a Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 13 Mar 2024 15:12:45 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4991c5b..c4fb531 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: container: image: alpine/git:latest volumes: - - /tmp:/tmp + - /tmp:/workspace/coopgo-platform/mobility-accounts/ steps: - name: Clone repository @@ -45,8 +45,6 @@ jobs: runs-on: ubuntu-latest container: image: docker:20.10.7 - volumes: - - /tmp:/tmp needs: clone_repository steps: @@ -81,6 +79,7 @@ jobs: - name: Check folder run: | cd /tmp + pwd ls -la - name: Build and Push Docker Image