From 1362d52e5d3afc49afc1cbc16349cc74c1b63be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:02:00 +0000 Subject: [PATCH] chore(ci): Bump docker/build-push-action from 5.4.0 to 6.0.2 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.2) --- 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/regression.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/environment.yml b/.github/workflows/environment.yml index 1347e6551f54d..7063fc3f99788 100644 --- a/.github/workflows/environment.yml +++ b/.github/workflows/environment.yml @@ -64,7 +64,7 @@ jobs: org.opencontainers.image.title=Vector development environment org.opencontainers.image.url=https://github.com/vectordotdev/vector - name: Build and push - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.0.2 with: context: . file: ./scripts/environment/Dockerfile diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index ed72dd025fd73..e6354b982717d 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -306,7 +306,7 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Build 'vector' target image - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.0.2 with: context: baseline-vector/ cache-from: type=gha @@ -344,7 +344,7 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Build 'vector' target image - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.0.2 with: context: comparison-vector/ cache-from: type=gha