Skip to content

Commit 9b647b0

Browse files
committed
Merge remote-tracking branch 'upstream/main' into 312-feature-remove-unnecessary-modifications-to-mavros-and-source-build
2 parents 8da22ed + ab705d2 commit 9b647b0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/docker.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838

3939
- name: Set up Docker Buildx
4040
uses: docker/setup-buildx-action@v3
41+
with:
42+
# Pin docker-buildx to this version for now
43+
# v0.19.2 has issues with empty keys,
44+
# particularly the "*.cache-to=" used below
45+
#
46+
version: v0.18.0
4147

4248
- if: env.PUSH == 'true'
4349
name: Log into registry

docs/package-lock.json

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)