Skip to content

Commit d111006

Browse files
committed
Merge remote-tracking branch 'upstream/main' into dev/mavros_in_build_stage
2 parents 69b95df + c4675d3 commit d111006

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
5050
5151
- name: Build and push Docker image
52-
uses: docker/build-push-action@v6.5.0
52+
uses: docker/build-push-action@v6.6.1
5353
with:
5454
context: .
5555
file: .docker/Dockerfile
@@ -96,7 +96,7 @@ jobs:
9696
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
9797
9898
- name: Build and push Docker image
99-
uses: docker/build-push-action@v6.5.0
99+
uses: docker/build-push-action@v6.6.1
100100
with:
101101
context: .
102102
file: .docker/Dockerfile
@@ -139,7 +139,7 @@ jobs:
139139
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
140140
141141
- name: Build and push Docker image
142-
uses: docker/build-push-action@v6.5.0
142+
uses: docker/build-push-action@v6.6.1
143143
with:
144144
context: .
145145
file: .docker/Dockerfile
@@ -180,7 +180,7 @@ jobs:
180180
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
181181
182182
- name: Build and push Docker image
183-
uses: docker/build-push-action@v6.5.0
183+
uses: docker/build-push-action@v6.6.1
184184
with:
185185
context: .
186186
file: .docker/Dockerfile

0 commit comments

Comments
 (0)