From 6b1b4d6624103d21ab9977eef7bf839b0f49891e Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 20 Mar 2024 12:59:00 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16fd18c..7e2aeb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,15 +11,15 @@ jobs: runs-on: ubuntu-latest steps: - # - name: Checkout repository - # uses: actions/checkout@v3 + - name: Checkout repository + uses: actions/checkout@v3 - name: Download buildctl run: | curl -L https://github.com/moby/buildkit/releases/download/v0.9.0/buildkit-v0.9.0.linux-amd64.tar.gz -o buildkit.tar.gz tar -xzf buildkit.tar.gz ls -la - mv buildkit-v0.9.0.linux-amd64/buildctl /usr/local/bin/ + mv bin/buildctl /usr/local/bin/ - name: Build and Push Docker Image run: |