Set PORT arg when building docker image in the build workflow

This commit is contained in:
Debanjum Singh Solanky 2022-01-29 18:04:28 -05:00
parent 359f25b0a4
commit f08591c880

View file

@ -30,3 +30,5 @@ jobs:
file: config/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:latest
build-args: |
PORT=8000