This commit is contained in:
parent
45603ec02e
commit
5d63563c01
@ -29,7 +29,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: ./apps/node
|
context: .
|
||||||
file: ./apps/node/Dockerfile
|
file: ./apps/node/Dockerfile
|
||||||
tags: fascinated/proxy:node-latest
|
tags: fascinated/proxy:node-latest
|
||||||
|
|
||||||
@ -37,6 +37,6 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: ./apps/proxy
|
context: .
|
||||||
file: ./apps/proxy/Dockerfile
|
file: ./apps/proxy/Dockerfile
|
||||||
tags: fascinated/proxy:proxy-latest
|
tags: fascinated/proxy:proxy-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user