From ca20ebd526cf75f38fb46b2181cf88d2e2d088de Mon Sep 17 00:00:00 2001 From: Pascal Andy Date: Tue, 11 Jan 2022 10:51:39 -0500 Subject: [PATCH] CI: remove continue-on-error Signed-off-by: Pascal Andy --- .github/workflows/multi_arch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multi_arch.yml b/.github/workflows/multi_arch.yml index dab66294..8b89127c 100644 --- a/.github/workflows/multi_arch.yml +++ b/.github/workflows/multi_arch.yml @@ -114,7 +114,7 @@ jobs: # The goal is the catch if multiarch builds have issue on branch edge without slowing down the dev UX. # Docs: list archs https://github.com/firepress-org/ghostfire/issues/57 - uses: docker/setup-buildx-action@v1 - name: Build linux/amd64 + - name: Build linux/amd64 uses: docker/build-push-action@v2 with: context: .