Skip to content

Commit bb71866

Browse files
build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0 (open-telemetry#1796)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4209641 commit bb71866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/component-build-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
max-parallelism = 2
178178
- name: Matrix Build and push demo images
179179
if: steps.check_changes.outputs.skip == 'false'
180-
uses: docker/build-push-action@v6.9.0
180+
uses: docker/build-push-action@v6.10.0
181181
with:
182182
context: ${{ matrix.file_tag.context }}
183183
file: ${{ matrix.file_tag.file }}

0 commit comments

Comments
 (0)