From e3c52e70363b8a89202539e664e97da13969bcdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 05:07:20 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 --- .github/workflows/build-and-release-application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release-application.yaml b/.github/workflows/build-and-release-application.yaml index e99f67e..a8e1799 100644 --- a/.github/workflows/build-and-release-application.yaml +++ b/.github/workflows/build-and-release-application.yaml @@ -91,7 +91,7 @@ jobs: - name: Build (and push if on master) id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./server file: ./Dockerfile