From 267ca32463e05b40a0151878e10671d59a4a0b72 Mon Sep 17 00:00:00 2001 From: Carter Socha <43380952+cartersocha@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:52:50 -0800 Subject: [PATCH] bot is broken (#699) Co-authored-by: Juliano Costa --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 165d85b298..4d78f63769 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: max-parallelism = 2 - name: Matrix Build and push demo images - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.0 with: context: ${{ matrix.file_tag.context }} file: ${{ matrix.file_tag.file }}