Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 5 to 6
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and SergioGasquez committed Jun 17, 2024
1 parent 4aa2ccd commit 3ce0971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build Docker image
if: github.event_name != 'schedule'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
tags: espressif/rust-std-training
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Docker image
if: github.event_name != 'schedule'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
tags: espressif/rust-std-training
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build and push container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: .devcontainer/Dockerfile
Expand Down

0 comments on commit 3ce0971

Please sign in to comment.