From ce37bc039f80a3530881139203022c335b060c8a Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 16 Feb 2023 22:25:22 +0530 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=AC=86=EF=B8=8F=20Bump=20docker/bu?= =?UTF-8?q?ild-push-action=20from=203=20to=204"=20(#2540)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reverts alcionai/corso#2402 https://github.com/alcionai/corso/issues/2539 --- .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 7af8bb5de..170a63357 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -501,7 +501,7 @@ jobs: # deploy the image - name: Build image and push to GitHub Container Registry - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v3 with: context: . file: ./build/Dockerfile