Skip to content

Commit 3ce0971

Browse files
dependabot[bot]SergioGasquez
authored andcommitted
build(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4aa2ccd commit 3ce0971

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Build Docker image
5353
if: github.event_name != 'schedule'
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
context: .
5757
tags: espressif/rust-std-training

.github/workflows/docker_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Build Docker image
4545
if: github.event_name != 'schedule'
46-
uses: docker/build-push-action@v5
46+
uses: docker/build-push-action@v6
4747
with:
4848
context: .
4949
tags: espressif/rust-std-training
@@ -78,7 +78,7 @@ jobs:
7878
password: ${{ secrets.DOCKER_TOKEN }}
7979

8080
- name: Build and push container
81-
uses: docker/build-push-action@v5
81+
uses: docker/build-push-action@v6
8282
with:
8383
context: .
8484
file: .devcontainer/Dockerfile

0 commit comments

Comments
 (0)