This commit is contained in:
@ -29,14 +29,12 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
context: ./apps/node
|
||||
file: ./apps/node/Dockerfile
|
||||
file: ./Dockerfile.Node
|
||||
tags: fascinated/proxy:node-latest
|
||||
|
||||
- name: Build and Push (Proxy)
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
context: ./apps/proxy
|
||||
file: ./apps/proxy/Dockerfile
|
||||
file: ./Dockerfile.Proxy
|
||||
tags: fascinated/proxy:proxy-latest
|
||||
|
Reference in New Issue
Block a user