From e509519a8b03e9468303f6225d939004ee17ffc4 Mon Sep 17 00:00:00 2001 From: sax Date: Mon, 17 Jun 2024 19:28:33 +0200 Subject: [PATCH] - updates ci:test --- .github/actions/docker_build/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/docker_build/action.yml b/.github/actions/docker_build/action.yml index e4eb9756..269c1c1c 100644 --- a/.github/actions/docker_build/action.yml +++ b/.github/actions/docker_build/action.yml @@ -77,7 +77,9 @@ runs: with: username: ${{ inputs.username }} password: ${{ inputs.password }} - - run: | + - name: Build + shell: bash + run: | docker buildx build \ --progress=plain \ --platform=linux/amd64 \