Skip to content

Commit 801a229

Browse files
chore(ci): Bump docker/build-push-action from 6.10.0 to 6.11.0 (#22165)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.11.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.10.0...v6.11.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent deb5846 commit 801a229

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
@@ -62,7 +62,7 @@ jobs:
6262
org.opencontainers.image.title=Vector development environment
6363
org.opencontainers.image.url=https://github.com/vectordotdev/vector
6464
- name: Build and push
65-
uses: docker/build-push-action@v6.10.0
65+
uses: docker/build-push-action@v6.11.0
6666
with:
6767
context: .
6868
file: ./scripts/environment/Dockerfile

.github/workflows/regression.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
uses: docker/[email protected]
205205

206206
- name: Build 'vector' target image
207-
uses: docker/build-push-action@v6.10.0
207+
uses: docker/build-push-action@v6.11.0
208208
with:
209209
context: baseline-vector/
210210
cache-from: type=gha
@@ -243,7 +243,7 @@ jobs:
243243
uses: docker/[email protected]
244244

245245
- name: Build 'vector' target image
246-
uses: docker/build-push-action@v6.10.0
246+
uses: docker/build-push-action@v6.11.0
247247
with:
248248
context: comparison-vector/
249249
cache-from: type=gha

0 commit comments

Comments
 (0)