This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new cdd10a604ba build(deps): bump docker/build-push-action from 7.0.0 to
7.2.0
cdd10a604ba is described below
commit cdd10a604ba02a190d45e5c7f6b3213f0fe626a6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 25 03:14:14 2026 +0000
build(deps): bump docker/build-push-action from 7.0.0 to 7.2.0
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action) from
7.0.0 to 7.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
-
[Commits](https://github.com/docker/build-push-action/compare/d08e5c354a6adb9ed34480a06d141179aa583294...f9f3042f7e2789586610d6e8b85c8f03e5195baf)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 7.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/docker_linux.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docker_linux.yml
b/.github/workflows/docker_linux.yml
index 3d7be39476a..bf84d77a4ec 100644
--- a/.github/workflows/docker_linux.yml
+++ b/.github/workflows/docker_linux.yml
@@ -78,7 +78,7 @@ jobs:
run: |
df -h
- name: Push Linux image
- uses:
docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
+ uses:
docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: tools/ci/docker/linux
platforms: linux/amd64