From fac5c23e6907ac6cf57b423c61d1206cca9a461b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 22:39:09 +0000 Subject: [PATCH] Bump docker/bake-action from 5.10.0 to 6.3.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.10.0 to 6.3.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5.10.0...v6.3.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 298784a..3c629fc 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -44,12 +44,12 @@ jobs: wait-interval: 20 - name: Build and push WordPress Web image - uses: docker/bake-action@v5.10.0 + uses: docker/bake-action@v6.3.0 with: files: build/docker-bake.hcl push: true - name: Build and push WordPress Cron image - uses: docker/bake-action@v5.10.0 + uses: docker/bake-action@v6.3.0 with: files: build/docker-bake-cron.hcl push: true \ No newline at end of file