From b4bc58be8d344296d8b0026f2e1c84f0c472c958 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:50:56 -0700 Subject: [PATCH] chore(deps): update docker/build-push-action action to v3.3.1 (#1005) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com> --- .github/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index e167c990ba..03862343e4 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -125,7 +125,7 @@ jobs: max-parallelism = 2 - name: Matrix Build and push demo images - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v3.3.1 with: context: ${{ matrix.file_tag.context }} file: ${{ matrix.file_tag.file }}