From 4d5b1b260a1df0acd11da6479c3436717c3cc711 Mon Sep 17 00:00:00 2001 From: Sergey Bogatyrets Date: Sat, 21 Mar 2020 00:06:06 +0300 Subject: [PATCH] buildx typo --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4507617..f32239a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -33,5 +33,5 @@ jobs: docker buildx build \ --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \ --output "type=image,push=false" \ - --push + --push \ .