From b90412f2854d94ebbe8dd1f1eb0ef3e4dde78600 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 8 Sep 2020 15:19:25 +0300 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cb4f25af0..f8ea9f77f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -199,7 +199,7 @@ jobs: fi docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" \ - --output "type=image,push=false" \ + --output "type=image,push=true" \ ${BUILDX_ARGS} - name: Inspect images