Skip to content

Commit

Permalink
Merge pull request #756 from osrf/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-6

🛠️ Bump docker/build-push-action from 5 to 6
  • Loading branch information
mikaelarguedas committed Jun 19, 2024
2 parents 6e1cf51 + 62bc502 commit 7517a5e
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 7517a5e

Please sign in to comment.