Skip to content

Commit c30a4b2

Browse files
chore(ci): Bump docker/build-push-action from 4.2.1 to 5.0.0 (vectordotdev#18546)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4.2.1...v5.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8aae235 commit c30a4b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
org.opencontainers.image.title=Vector development environment
6464
org.opencontainers.image.url=https://github.com/vectordotdev/vector
6565
- name: Build and push
66-
uses: docker/build-push-action@v4.2.1
66+
uses: docker/build-push-action@v5.0.0
6767
with:
6868
context: .
6969
file: ./scripts/environment/Dockerfile

.github/workflows/regression.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
uses: docker/[email protected]
302302

303303
- name: Build 'vector' target image
304-
uses: docker/build-push-action@v4.2.1
304+
uses: docker/build-push-action@v5.0.0
305305
with:
306306
context: baseline-vector/
307307
cache-from: type=gha
@@ -338,7 +338,7 @@ jobs:
338338
uses: docker/[email protected]
339339

340340
- name: Build 'vector' target image
341-
uses: docker/build-push-action@v4.2.1
341+
uses: docker/build-push-action@v5.0.0
342342
with:
343343
context: comparison-vector/
344344
cache-from: type=gha

0 commit comments

Comments
 (0)