diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77d121c..3fc4640 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,4 +66,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build Docker Image - run: docker build . --file Dockerfile --tag alura-flix-api:$(date +%s) \ No newline at end of file + run: docker build --build-arg JWT_SECRET={{secrets.JWT_SECRET}} . --file Dockerfile --tag alura-flix-api:$(date +%s) \ No newline at end of file