File tree Expand file tree Collapse file tree 2 files changed +7
-20
lines changed
Expand file tree Collapse file tree 2 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 3131 file : src/mock_vws/_flask_server/dockerfiles/base/Dockerfile
3232 push : false
3333 load : true
34+ cache-to : type=local,dest=.
3435 tags : |
3536 vws-mock:base
3637
3940 with :
4041 file : src/mock_vws/_flask_server/dockerfiles/target_manager/Dockerfile
4142 push : false
43+ load : true
44+ cache-from : type=local,src=.
4245 tags : |
4346 adamtheturtle/vuforia-target-manager-mock:latest
44-
45- - name : Build and push VWS Docker image
46- uses : docker/build-push-action@v2.7.0
47- with :
48- file : src/mock_vws/_flask_server/dockerfiles/vws/Dockerfile
49- push : false
50- tags : |
51- adamtheturtle/vuforia-vws-mock:latest
52-
53- - name : Build and push VWQ Docker image
54- uses : docker/build-push-action@v2.7.0
55- with :
56- file : src/mock_vws/_flask_server/dockerfiles/vwq/Dockerfile
57- push : false
58- tags : |
59- adamtheturtle/vuforia-vwq-mock:latest
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Building images from source
143143 export VWS_TAG=adamtheturtle/vuforia-vws-mock:latest
144144 export VWQ_TAG=adamtheturtle/vuforia-vwq-mock:latest
145145
146- docker build $REPOSITORY_ROOT --file $BASE_DOCKERFILE --tag $BASE_TAG
147- docker build $REPOSITORY_ROOT --file $TARGET_MANAGER_DOCKERFILE --tag $TARGET_MANAGER_TAG
148- docker build $REPOSITORY_ROOT --file $VWS_DOCKERFILE --tag $VWS_TAG
149- docker build $REPOSITORY_ROOT --file $VWQ_DOCKERFILE --tag $VWQ_TAG
146+ docker buildx build $REPOSITORY_ROOT --file $BASE_DOCKERFILE --tag $BASE_TAG
147+ docker buildx build $REPOSITORY_ROOT --file $TARGET_MANAGER_DOCKERFILE --tag $TARGET_MANAGER_TAG
148+ docker buildx build $REPOSITORY_ROOT --file $VWS_DOCKERFILE --tag $VWS_TAG
149+ docker buildx build $REPOSITORY_ROOT --file $VWQ_DOCKERFILE --tag $VWQ_TAG
You can’t perform that action at this time.
0 commit comments