From d37f1ac59b0e6b30bded0f95c908a495a66731f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:02:57 +0000 Subject: [PATCH] Update docker/build-push-action action to v5.3.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7896f8..ec3e065 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5.2.0 + uses: docker/build-push-action@v5.3.0 if: steps.filter.outputs.build == 'true' || ( github.event_name == 'release' && github.event.action == 'published' ) with: context: ${{ matrix.image.path }}