Skip to content

Commit eae68a6

Browse files
build(deps): bump docker/build-push-action
Bumps the actions-production-dependencies group with 1 update in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.14.0 to 6.15.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.14.0...v6.15.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8598bb1 commit eae68a6

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
@@ -189,7 +189,7 @@ jobs:
189189
max-parallelism = 2
190190
- name: Matrix Build and push demo images
191191
if: steps.check_changes.outputs.skip == 'false'
192-
uses: docker/build-push-action@v6.14.0
192+
uses: docker/build-push-action@v6.15.0
193193
with:
194194
context: ${{ matrix.file_tag.context }}
195195
file: ${{ matrix.file_tag.file }}

0 commit comments

Comments
 (0)