File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
50
50
51
51
- name : Build and push Docker image
52
- uses : docker/build-push-action@v6.5.0
52
+ uses : docker/build-push-action@v6.6.1
53
53
with :
54
54
context : .
55
55
file : .docker/Dockerfile
96
96
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
97
97
98
98
- name : Build and push Docker image
99
- uses : docker/build-push-action@v6.5.0
99
+ uses : docker/build-push-action@v6.6.1
100
100
with :
101
101
context : .
102
102
file : .docker/Dockerfile
@@ -139,7 +139,7 @@ jobs:
139
139
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
140
140
141
141
- name : Build and push Docker image
142
- uses : docker/build-push-action@v6.5.0
142
+ uses : docker/build-push-action@v6.6.1
143
143
with :
144
144
context : .
145
145
file : .docker/Dockerfile
@@ -180,7 +180,7 @@ jobs:
180
180
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
181
181
182
182
- name : Build and push Docker image
183
- uses : docker/build-push-action@v6.5.0
183
+ uses : docker/build-push-action@v6.6.1
184
184
with :
185
185
context : .
186
186
file : .docker/Dockerfile
You can’t perform that action at this time.
0 commit comments