From 99d1e55fa8244d2f901a1ffd186dc04ceafc1b4f Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Fri, 15 Mar 2024 12:06:15 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5142bd6..38b2ae2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,17 +10,17 @@ jobs: test: runs-on: ubuntu-latest container: - image: docker:20.10.7 + image: docker:git steps: - name: Check folders run: | pwd ls -la - - name: Install git - run: | - apt-get update - apt-get install -y git + # - name: Install git + # run: | + # apt-get update + # apt-get install -y git - name: Checkout repository run: |