File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
46
46
47
47
- name : Build and push Docker image
48
- uses : docker/build-push-action@v5.2 .0
48
+ uses : docker/build-push-action@v5.3 .0
49
49
with :
50
50
context : .
51
51
file : .docker/Dockerfile
92
92
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
93
93
94
94
- name : Build and push Docker image
95
- uses : docker/build-push-action@v5.2 .0
95
+ uses : docker/build-push-action@v5.3 .0
96
96
with :
97
97
context : .
98
98
file : .docker/Dockerfile
@@ -134,7 +134,7 @@ jobs:
134
134
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
135
135
136
136
- name : Build and push Docker image
137
- uses : docker/build-push-action@v5.2 .0
137
+ uses : docker/build-push-action@v5.3 .0
138
138
with :
139
139
context : .
140
140
file : .docker/Dockerfile
@@ -175,7 +175,7 @@ jobs:
175
175
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
176
176
177
177
- name : Build and push Docker image
178
- uses : docker/build-push-action@v5.2 .0
178
+ uses : docker/build-push-action@v5.3 .0
179
179
with :
180
180
context : .
181
181
file : .docker/Dockerfile
You can’t perform that action at this time.
0 commit comments