From 740d14894e7d32b04e09b48e4e6d91990293d2eb Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Fri, 15 Mar 2024 08:54:28 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 680baab..3c1a337 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,6 +61,11 @@ jobs: pwd ls -la + - name: Publish artifact + uses: actions/upload-artifact@v2 + with: + name: mobility-accounts + path: data build_and_push_image: runs-on: ubuntu-latest container: @@ -98,6 +103,11 @@ jobs: # docker --version # dockerd & + - name: Download artifact + uses: actions/download-artifact@v2 + with: + name: mobility-accounts + - name: Check folder run: | cd /data