Skip to content

Commit 6202972

Browse files
Bump docker/build-push-action from 5.0.0 to 5.4.0 (#1598)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.0.0...v5.4.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 9dc4a67 commit 6202972

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@v5.0.0
165+
uses: docker/build-push-action@v5.4.0
166166
with:
167167
context: ${{ matrix.file_tag.context }}
168168
file: ${{ matrix.file_tag.file }}

0 commit comments

Comments
 (0)