From f0077fabb8c121ad7ae255dadc729f4fad91aac5 Mon Sep 17 00:00:00 2001 From: Qugalet Date: Thu, 13 Jul 2023 11:42:29 +0300 Subject: [PATCH] removed strategy --- .github/workflows/docker-image.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3f194a6..144823f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -25,12 +25,6 @@ jobs: permissions: contents: read packages: write - strategy: - fail-fast: false - matrix: - platform: - - linux/amd64 - - linux/arm64 steps: - name: Checkout repository