Skip to content

Commit 7f830c2

Browse files
committed
Merge in package version from upstream/main
1 parent 866cfef commit 7f830c2

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- if: github.event_name == 'push'
101101
name: Build and push (non PR)
102-
uses: docker/bake-action@v5.7.0
102+
uses: docker/bake-action@v5.10.0
103103
env:
104104
BLUE_ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
105105
BLUE_GITHUB_REPO: ${{ steps.lowercase-repo.outputs.repository }}
@@ -119,7 +119,7 @@ jobs:
119119
# Pull request builds are not cached; and only built for AMD64
120120
- if: github.event_name == 'pull_request'
121121
name: Build and push (PR)
122-
uses: docker/bake-action@v5.7.0
122+
uses: docker/bake-action@v5.10.0
123123
env:
124124
BLUE_ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
125125
BLUE_GITHUB_REPO: ${{ steps.lowercase-repo.outputs.repository }}

docs/package-lock.json

Lines changed: 14 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)