From 5a7187ffd2099b708f757619d95d92836d75f735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:21:51 +0000 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/setup-buildx-action` from 3.6.1 to 3.7.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.1) Updates `docker/build-push-action` from 6.8.0 to 6.9.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.8.0...v6.9.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bunder-container.yml | 4 ++-- .github/workflows/devcontainer.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bunder-container.yml b/.github/workflows/bunder-container.yml index 4cc3949..0871628 100644 --- a/.github/workflows/bunder-container.yml +++ b/.github/workflows/bunder-container.yml @@ -46,12 +46,12 @@ jobs: type=raw,value=latest - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.6.1 + uses: docker/setup-buildx-action@v3.7.1 with: driver-opts: network=host - name: Build & Publish Image - uses: docker/build-push-action@v6.8.0 + uses: docker/build-push-action@v6.9.0 with: build-args: DATABASE_URL=mysql://root:rootpassword@localhost:3306/ispyb_build context: bundler/ diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 34954c8..2d270b8 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.6.1 + uses: docker/setup-buildx-action@v3.7.1 - name: Build dev container uses: devcontainers/ci@v0.3.1900000349