This is an automated email from the ASF dual-hosted git repository.
jerpelea 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 43f65ce751a build(deps): bump docker/build-push-action from 6 to 7
43f65ce751a is described below
commit 43f65ce751a08c3065040fb0866657718c46e98b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 02:52:52 2026 +0000
build(deps): bump docker/build-push-action from 6 to 7
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action) from 6
to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
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 295304c4608..32badf864bc 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@v6
+ uses: docker/build-push-action@v7
with:
context: tools/ci/docker/linux
platforms: linux/amd64