From 1af858587d6d25de4d2a8de7ea650bd50a2795c1 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Sat, 5 Jul 2025 18:58:33 +0100 Subject: [PATCH] Update docker/build-push-action to V6 --- .github/workflows/devcontainer-all.yaml | 2 +- .github/workflows/devcontainer-azurertos.yaml | 2 +- .github/workflows/devcontainer-chibios.yaml | 2 +- .github/workflows/devcontainer-esp32.yml | 2 +- .github/workflows/devcontainer-freertos-nxp.yaml | 2 +- .github/workflows/devcontainer-ti.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/devcontainer-all.yaml b/.github/workflows/devcontainer-all.yaml index 6419e8cf84..42cf12f184 100644 --- a/.github/workflows/devcontainer-all.yaml +++ b/.github/workflows/devcontainer-all.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.CONTAINER_BUILD_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ${{ env.CONTAINER_SRC_FILE }} push: true # Will only build if this is not here diff --git a/.github/workflows/devcontainer-azurertos.yaml b/.github/workflows/devcontainer-azurertos.yaml index 2c88eff37f..51f1344d27 100644 --- a/.github/workflows/devcontainer-azurertos.yaml +++ b/.github/workflows/devcontainer-azurertos.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.CONTAINER_BUILD_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ${{ env.CONTAINER_SRC_FILE }} push: true # Will only build if this is not here diff --git a/.github/workflows/devcontainer-chibios.yaml b/.github/workflows/devcontainer-chibios.yaml index e7d889cb7f..810a50e6aa 100644 --- a/.github/workflows/devcontainer-chibios.yaml +++ b/.github/workflows/devcontainer-chibios.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.CONTAINER_BUILD_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ${{ env.CONTAINER_SRC_FILE }} push: true # Will only build if this is not here diff --git a/.github/workflows/devcontainer-esp32.yml b/.github/workflows/devcontainer-esp32.yml index 615fbe127e..e3ad53edb3 100644 --- a/.github/workflows/devcontainer-esp32.yml +++ b/.github/workflows/devcontainer-esp32.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.CONTAINER_BUILD_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ${{ env.CONTAINER_SRC_FILE }} push: true # Will only build if this is not here diff --git a/.github/workflows/devcontainer-freertos-nxp.yaml b/.github/workflows/devcontainer-freertos-nxp.yaml index c7b9ea03df..f90797f45d 100644 --- a/.github/workflows/devcontainer-freertos-nxp.yaml +++ b/.github/workflows/devcontainer-freertos-nxp.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.CONTAINER_BUILD_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ${{ env.CONTAINER_SRC_FILE }} push: true # Will only build if this is not here diff --git a/.github/workflows/devcontainer-ti.yaml b/.github/workflows/devcontainer-ti.yaml index 54e4392b39..f002b8aae6 100644 --- a/.github/workflows/devcontainer-ti.yaml +++ b/.github/workflows/devcontainer-ti.yaml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.CONTAINER_BUILD_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ${{ env.CONTAINER_SRC_FILE }} push: true # Will only build if this is not here