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

This commit is contained in:
Lee
2023-11-16 13:17:23 +00:00
parent ebfb12a42d
commit cb29f2024f
4 changed files with 90 additions and 28 deletions

View File

@ -29,16 +29,14 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
file: ./Dockerfile
context: ./apps/node
file: ./apps/node/Dockerfile
tags: fascinated/proxy:node-latest
build-args: |
APP=node
- name: Build and Push (Proxy)
uses: docker/build-push-action@v4
with:
push: true
file: ./Dockerfile
context: ./apps/proxy
file: ./apps/proxy/Dockerfile
tags: fascinated/proxy:proxy-latest
build-args: |
APP=proxy