7
Some checks failed
Publish Docker Images / docker (push) Failing after 26s

This commit is contained in:
Lee 2023-11-16 13:19:30 +00:00
parent 45603ec02e
commit 5d63563c01

@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
context: ./apps/node
context: .
file: ./apps/node/Dockerfile
tags: fascinated/proxy:node-latest
@ -37,6 +37,6 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
context: ./apps/proxy
context: .
file: ./apps/proxy/Dockerfile
tags: fascinated/proxy:proxy-latest