From 05d2406048090c4ea3ca924a21f06905eb6a8aa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:57:17 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.13.0 --- .github/workflows/ci-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 4f629bce..01595c3a 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -54,7 +54,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build test image id: build-test - uses: docker/build-push-action@v6.12.0 + uses: docker/build-push-action@v6.13.0 with: context: . load: true @@ -86,7 +86,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push production image id: build-and-push - uses: docker/build-push-action@v6.12.0 + uses: docker/build-push-action@v6.13.0 with: context: . target: http_app