Skip to content

Commit 23acf9f

Browse files
committed
Update docker/build-push-action
to V6
1 parent 213b093 commit 23acf9f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/devcontainer-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}
5454

5555
- name: Build and Push Docker Image
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
with:
5858
file: ${{ env.CONTAINER_SRC_FILE }}
5959
push: true # Will only build if this is not here

.github/workflows/devcontainer-azurertos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}
5454

5555
- name: Build and Push Docker Image
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
with:
5858
file: ${{ env.CONTAINER_SRC_FILE }}
5959
push: true # Will only build if this is not here

.github/workflows/devcontainer-chibios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}
5454

5555
- name: Build and Push Docker Image
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
with:
5858
file: ${{ env.CONTAINER_SRC_FILE }}
5959
push: true # Will only build if this is not here

.github/workflows/devcontainer-esp32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}
5454

5555
- name: Build and Push Docker Image
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
with:
5858
file: ${{ env.CONTAINER_SRC_FILE }}
5959
push: true # Will only build if this is not here

.github/workflows/devcontainer-freertos-nxp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}
5454

5555
- name: Build and Push Docker Image
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
with:
5858
file: ${{ env.CONTAINER_SRC_FILE }}
5959
push: true # Will only build if this is not here

.github/workflows/devcontainer-ti.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.CONTAINER_BUILD_TOKEN }}
5454

5555
- name: Build and Push Docker Image
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
with:
5858
file: ${{ env.CONTAINER_SRC_FILE }}
5959
push: true # Will only build if this is not here

0 commit comments

Comments
 (0)