Skip to content

Commit

Permalink
🛠️ 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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 0487b5c commit 62bc502
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build and push
if: steps.config.outputs.trigger == 'true'
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ros2/source/devel
pull: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/trigger_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build and push nightly
if: steps.config.outputs.trigger == 'true'
id: docker_build_nightly
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ros2/nightly/nightly
pull: true
Expand All @@ -111,7 +111,7 @@ jobs:
- name: Build and push nightly-rmw
if: steps.config.outputs.trigger == 'true'
id: docker_build_nightly-rmw
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ros2/nightly/nightly-rmw
pull: true
Expand All @@ -130,7 +130,7 @@ jobs:
- name: Build and push nightly-rmw-nonfree
if: steps.config.outputs.trigger == 'true'
id: docker_build_nightly-rmw-nonfree
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ros2/nightly/nightly-rmw-nonfree
pull: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build and push
if: steps.config.outputs.trigger == 'true'
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ros2/testing/testing
pull: true
Expand Down

0 comments on commit 62bc502

Please sign in to comment.