File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 74
74
with :
75
75
password : ${{ secrets.PYPI_API_TOKEN }}
76
76
verbose : true
77
+
78
+ - name : Build base Docker image
79
+
80
+ with :
81
+ file : src/mock_vws/_flask_server/dockerfiles/base/Dockerfile
82
+ push : false
83
+ tags :
84
+ - vws-mock:base
85
+
86
+ - name : Build and push target manager Docker image
87
+
88
+ with :
89
+ file : src/mock_vws/_flask_server/dockerfiles/target_manager/Dockerfile
90
+ push : false
91
+ tags :
92
+ - adamtheturtle/vuforia-target-manager-mock:latest
93
+ - adamtheturtle/vuforia-target-manager-mock:${{ steps.calver.outputs.release }}
94
+
95
+ - name : Build and push VWS Docker image
96
+
97
+ with :
98
+ file : src/mock_vws/_flask_server/dockerfiles/vws/Dockerfile
99
+ push : false
100
+ tags :
101
+ - adamtheturtle/vuforia-vws-mock:latest
102
+ - adamtheturtle/vuforia-vws-mock:${{ steps.calver.outputs.release }}
103
+
104
+ - name : Build and push VWQ Docker image
105
+
106
+ with :
107
+ file : src/mock_vws/_flask_server/dockerfiles/vwq/Dockerfile
108
+ push : false
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