From 1c303e17efcd4d6c192c995c9a10e6fb060bbd44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 04:06:28 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 --- .github/workflows/build-and-release-application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release-application.yaml b/.github/workflows/build-and-release-application.yaml index 9db3ee2..78d8cf5 100644 --- a/.github/workflows/build-and-release-application.yaml +++ b/.github/workflows/build-and-release-application.yaml @@ -87,7 +87,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: ./servers/reader file: ./servers/reader/Dockerfile @@ -177,7 +177,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: ./servers/translator file: ./servers/translator/Dockerfile