From c1e41863d9f99e5a0ad385ea3a4941019dc3abb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:22:46 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.3.0 to 5.4.0 (#1743) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 434a10c8d..d0bd459ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: 'Build image' id: build - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v5.4.0 with: outputs: type=docker,dest=/tmp/image.tar cache-from: type=gha,ignore-error=true