From 6189413be843bfde0ea70f3801a481a192c54243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:58:13 +0000 Subject: [PATCH] Bump docker/bake-action from 6.2.0 to 6.3.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/60f5d53310314dbf8c33f0c8a01042536f2f6c36...7bff531c65a5cda33e52e43950a795b91d450f63) --- 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 | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb9cd25..d5ab14c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Setup buildx uses: docker/setup-buildx-action@v3 - name: Build Only - uses: docker/bake-action@60f5d53310314dbf8c33f0c8a01042536f2f6c36 # v6 + uses: docker/bake-action@7bff531c65a5cda33e52e43950a795b91d450f63 # v6 with: source: . files: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6e6e0c..6ef6e6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build & Push - uses: docker/bake-action@60f5d53310314dbf8c33f0c8a01042536f2f6c36 # v6 + uses: docker/bake-action@7bff531c65a5cda33e52e43950a795b91d450f63 # v6 with: source: . push: 'true'