Skip to content

Commit ed083f7

Browse files
build(deps): bump docker/build-push-action from 6.10.0 to 6.11.0
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]>
1 parent 004fdcf commit ed083f7

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.10.0
192+
uses: docker/build-push-action@v6.11.0
193193
with:
194194
context: ${{ matrix.file_tag.context }}
195195
file: ${{ matrix.file_tag.file }}

0 commit comments

Comments
 (0)