diff --git a/.github/workflows/production-docker.yml b/.github/workflows/production-docker.yml index b28ef3b86..716f29f76 100644 --- a/.github/workflows/production-docker.yml +++ b/.github/workflows/production-docker.yml @@ -44,7 +44,7 @@ jobs: - name: "Run docker server build" run: docker build --file production.Dockerfile --build-arg - ROOT_URL="http://localhost:5678" --build-arg TARGET="server" --tag + ROOT_URL="http://localhost:5678" SECRET=cbGscssSrcSDmrOYm5vVvQIUmGoexyZuVcQVlpsn63XIIqofk63eGnl8WXPj2B0R JWT_SECRET=cbGscssSrcSDmrOYm5vVvQIUmGoexyZuVcQVlpsn63XIIqofk63eGnl8WXPj2B0R --build-arg TARGET="server" --tag gs-server . - name: "Run docker worker build" run: