From b0bc58370e4eb9eaac20ccc9cc250c7898c9f4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:03:55 +0000 Subject: [PATCH] chore(deps): Bump docker/build-push-action from 4 to 5 in /docker-build Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docker-build/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build/action.yaml b/docker-build/action.yaml index ec7ffc5..d5d02a0 100644 --- a/docker-build/action.yaml +++ b/docker-build/action.yaml @@ -236,7 +236,7 @@ runs: - id: build name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: build-args: ${{ steps.inputs.outputs.build-args }} cache-from: ${{ steps.inputs.outputs.cache-from }}