From 0d06b4581b71213c99635acff7b7e00cc15a0760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:48:04 +0000 Subject: [PATCH] chore(ci): bump docker/build-push-action from 2.5.0 to 6.9.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v6.9.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/environment.yml | 2 +- .github/workflows/soak_lib.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/environment.yml b/.github/workflows/environment.yml index fb419721e83a1..fc73c73936d38 100644 --- a/.github/workflows/environment.yml +++ b/.github/workflows/environment.yml @@ -28,7 +28,7 @@ jobs: username: ${{ secrets.CI_DOCKER_USERNAME }} password: ${{ secrets.CI_DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v6.9.0 with: context: . file: ./scripts/environment/Dockerfile diff --git a/.github/workflows/soak_lib.yml b/.github/workflows/soak_lib.yml index 2535902aaab1d..5d33e679346e3 100644 --- a/.github/workflows/soak_lib.yml +++ b/.github/workflows/soak_lib.yml @@ -27,7 +27,7 @@ jobs: tags: type=sha, format=long - name: Build and push Docker image - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 with: context: . file: lib/soak/Dockerfile