You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/06/20 05:52:01 UTC

[incubator-nuttx] branch master updated: build(deps): bump docker/build-push-action from 2 to 3

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 42dbe218e6 build(deps): bump docker/build-push-action from 2 to 3
42dbe218e6 is described below

commit 42dbe218e6c13b8f0ee1bc658cef3a8776ea121c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 20 02:32:51 2022 +0000

    build(deps): bump docker/build-push-action from 2 to 3
    
    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/docker_linux.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker_linux.yml b/.github/workflows/docker_linux.yml
index b105f2ebc5..c5dc8e30ba 100644
--- a/.github/workflows/docker_linux.yml
+++ b/.github/workflows/docker_linux.yml
@@ -58,14 +58,14 @@ jobs:
           password: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Build Linux image
-        uses: docker/build-push-action@v2
+        uses: docker/build-push-action@v3
         with:
           context: tools/ci/docker/linux
           load: true
           tags: ${{ env.IMAGE_TAG }}
 
       - name: Push Linux image
-        uses: docker/build-push-action@v2
+        uses: docker/build-push-action@v3
         with:
           context: tools/ci/docker/linux
           platforms: linux/amd64