File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -80,32 +80,32 @@ jobs:
80
80
with :
81
81
file : src/mock_vws/_flask_server/dockerfiles/base/Dockerfile
82
82
push : false
83
- tags :
84
- - vws-mock:base
83
+ tags : |
84
+ vws-mock:base
85
85
86
86
- name : Build and push target manager Docker image
87
87
88
88
with :
89
89
file : src/mock_vws/_flask_server/dockerfiles/target_manager/Dockerfile
90
90
push : false
91
- tags :
92
- - adamtheturtle/vuforia-target-manager-mock:latest
93
- - adamtheturtle/vuforia-target-manager-mock:${{ steps.calver.outputs.release }}
91
+ tags : |
92
+ adamtheturtle/vuforia-target-manager-mock:latest
93
+ adamtheturtle/vuforia-target-manager-mock:${{ steps.calver.outputs.release }}
94
94
95
95
- name : Build and push VWS Docker image
96
96
97
97
with :
98
98
file : src/mock_vws/_flask_server/dockerfiles/vws/Dockerfile
99
99
push : false
100
- tags :
101
- - adamtheturtle/vuforia-vws-mock:latest
102
- - adamtheturtle/vuforia-vws-mock:${{ steps.calver.outputs.release }}
100
+ tags : |
101
+ adamtheturtle/vuforia-vws-mock:latest
102
+ adamtheturtle/vuforia-vws-mock:${{ steps.calver.outputs.release }}
103
103
104
104
- name : Build and push VWQ Docker image
105
105
106
106
with :
107
107
file : src/mock_vws/_flask_server/dockerfiles/vwq/Dockerfile
108
108
push : false
109
- tags :
110
- - adamtheturtle/vuforia-vwq-mock:latest
111
- - adamtheturtle/vuforia-vwq-mock:${{ steps.calver.outputs.release }}
109
+ tags : |
110
+ adamtheturtle/vuforia-vwq-mock:latest
111
+ adamtheturtle/vuforia-vwq-mock:${{ steps.calver.outputs.release }}
You can’t perform that action at this time.
0 commit comments