From 6f89b098571c5056db3ce89ace3e65f24d054c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:03:58 +0000 Subject: [PATCH] Bump docker/bake-action from 4.1.0 to 5.11.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.1.0 to 5.11.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v4.1.0...v5.11.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/build-images.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 880e986..dc9d648 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -97,7 +97,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/bake-action@v4.1.0 + uses: docker/bake-action@v5.11.0 with: pull: true push: ${{ github.ref == 'refs/heads/main' }} @@ -157,7 +157,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/bake-action@v4.1.0 + uses: docker/bake-action@v5.11.0 with: pull: true push: ${{ github.ref == 'refs/heads/main' }} @@ -217,7 +217,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/bake-action@v4.1.0 + uses: docker/bake-action@v5.11.0 with: pull: true push: ${{ github.ref == 'refs/heads/main' }}