From f08591c8800ff838c7bcbc4a0a30bc048439c012 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sat, 29 Jan 2022 18:04:28 -0500 Subject: [PATCH] Set PORT arg when building docker image in the build workflow --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a4230b9..5ea7996d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,3 +30,5 @@ jobs: file: config/Dockerfile push: true tags: ghcr.io/${{ github.repository }}:latest + build-args: | + PORT=8000 \ No newline at end of file