Skip to content

Commit befa931

Browse files
build(deps): bump docker/build-push-action from 6.5.0 to 6.7.0 (open-telemetry#1704)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.5.0...v6.7.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> Co-authored-by: Mikko Viitanen <74129181+mviitane@users.noreply.github.com>
1 parent 7357559 commit befa931

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
@@ -162,7 +162,7 @@ jobs:
162162
max-parallelism = 2
163163
- name: Matrix Build and push demo images
164164
if: steps.check_changes.outputs.skip == 'false'
165-
uses: docker/build-push-action@v6.5.0
165+
uses: docker/build-push-action@v6.7.0
166166
with:
167167
context: ${{ matrix.file_tag.context }}
168168
file: ${{ matrix.file_tag.file }}

0 commit comments

Comments
 (0)