From 71f5d56800e36f836b0c492d2f00bb69f3835b3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:45:38 +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