diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30268f72..67bc4a4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -333,14 +333,8 @@ jobs: with: context: . - standalone: + standalone-cmd: runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - buildx-version: - - latest - - "" steps: - name: Checkout @@ -352,15 +346,18 @@ jobs: - name: Set up Docker Buildx uses: ./ - with: - version: ${{ matrix.buildx-version }} - - name: Check available in path - if: matrix.standalone + name: Create Dockerfile + run: | + cat > ./Dockerfile < ./Dockerfile < ./Dockerfile <