From 04387c1ededc71f0b64aed63fe40088814b4b8ce Mon Sep 17 00:00:00 2001 From: wasabrot <28702988+wasabrot@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:35:04 +0100 Subject: [PATCH] CI --- .github/workflows/build-matrix.yml | 2 +- .github/workflows/build.yml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-matrix.yml b/.github/workflows/build-matrix.yml index d7c2705..df880f5 100644 --- a/.github/workflows/build-matrix.yml +++ b/.github/workflows/build-matrix.yml @@ -1,4 +1,4 @@ -name: Docker Build +name: Buildx Action on: push diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd3f08e..58cc076 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,10 @@ jobs: contents: write steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v3 + + - + name: Set up Docker + uses: crazy-max/ghaction-setup-docker@v3 - name: Build Docker image (manual) run: ./run.sh