File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 8181 with :
8282 images : codelit/courselit-app
8383
84- - name : Docker meta for the proxy
85- id : metaproxy
86- uses : docker/metadata-action@v3
87- with :
88- images : codelit/courselit-proxy
89-
9084 - name : Docker meta for the queue
9185 id : metaqueue
9286 uses : docker/metadata-action@v3
@@ -105,18 +99,6 @@ jobs:
10599 - name : Image digest
106100 run : echo ${{ steps.docker_build_app.outputs.digest }}
107101
108- - name : Build and push proxy
109- id : docker_build_proxy
110- uses : docker/build-push-action@v2
111- with :
112- context : .
113- file : ./services/proxy/Dockerfile
114- push : true
115- tags : ${{ steps.metaproxy.outputs.tags }}
116-
117- - name : Image digest
118- run : echo ${{ steps.docker_build_proxy.outputs.digest }}
119-
120102 - name : Build and push queue
121103 id : docker_build_queue
122104 uses : docker/build-push-action@v2
You can’t perform that action at this time.
0 commit comments