From a11bfa7c13b155e0d69ce9f77c5941fcdf4569d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:59:04 +0000 Subject: [PATCH] :arrow_up: Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1f1e5ae..786d017 100644 --- a/action.yml +++ b/action.yml @@ -152,7 +152,7 @@ runs: - name: Build id: docker_build if: steps.preparation.outputs.build == 'true' && inputs.docker-username != '' && inputs.docker-password != '' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ inputs.working-directory }} push: ${{ steps.preparation.outputs.push }}