Remove context from path to Dockerfile in Github build, push action

This commit is contained in:
Debanjum Singh Solanky 2022-01-29 17:16:12 -05:00
parent 859258864c
commit 4add348e3c

View file

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