From 07f0364ad7a87757a25e55f91343eed724f0a745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:55:55 +0000 Subject: [PATCH] Bump docker/bake-action from 5.3.0 to 5.4.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e46f931a..c763019c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Build for test - uses: docker/bake-action@v5.3.0 + uses: docker/bake-action@v5.4.0 with: files: ./docker-bake.hcl load: true @@ -93,6 +93,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Build - uses: docker/bake-action@v5.3.0 + uses: docker/bake-action@v5.4.0 with: push: ${{ github.event_name != 'pull_request' }}