diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fab445cc4..d723239a9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -49,7 +49,7 @@ jobs: - name: Run custom Docker build script run: | - + cat .env.production chmod +x ./docker/build.sh echo "Building Docker image for ${{ github.base_ref }}" ./docker/build.sh ${{ github.base_ref == 'canary' && 'canary' || '' }}