Allocate 8GB of memory to docker container. Adjust path to Dockerfile in Github action

This commit is contained in:
Saba
2022-07-04 14:01:59 -04:00
parent 092d0f2f21
commit 0f88abd219
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: config/Dockerfile
file: Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:latest
build-args: |