Skip to content

Commit 4171772

Browse files
committed
Removed proxy image
1 parent 89000f7 commit 4171772

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/publish-packages.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ jobs:
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

0 commit comments

Comments
 (0)